BB-874: feat(editor): add recently used entities to dropdowns #1326
Triggered via pull request
December 3, 2025 04:45
atharvsp02
synchronize
#1207
Status
Success
Total duration
47s
Artifacts
–
lint-pull-requests.yml
on: pull_request_target
Run linters for pull requests
43s
Annotations
6 errors and 5 warnings
|
src/client/entity-editor/common/entity-search-field-option.js#L32
Imports should be sorted alphabetically (sort-imports)
|
|
src/client/entity-editor/common/entity-search-field-option.js#L60
Identifier 'edition_groups' is not in camel case (camelcase)
|
|
src/client/entity-editor/common/entity-search-field-option.js#L210
Expected space(s) after "return" (keyword-spacing)
|
|
src/client/entity-editor/common/entity-search-field-option.js#L273
Props should be sorted alphabetically (react/jsx-sort-props)
|
|
src/client/entity-editor/common/entity-search-field-option.js#L323
Prop types declarations should be sorted alphabetically (react/sort-prop-types)
|
|
src/client/entity-editor/common/entity-search-field-option.js#L323
Expected object keys to be in ascending order. 'onChange' should be before 'recentlyUsedEntityType' (sort-keys)
|
|
src/client/components/pages/revision.js#L177
Unexpected 'todo' comment: 'TODO: Add proper error handling.' (no-warning-comments)
|
|
src/client/entity-editor/common/entity-search-field-option.js#L224
'props' is defined but never used (@typescript-eslint/no-unused-vars)
|
|
src/server/helpers/collectionRouteUtils.js#L22
'log' is defined but never used (@typescript-eslint/no-unused-vars)
|
|
src/server/routes/register.js#L22
'handler' is defined but never used (@typescript-eslint/no-unused-vars)
|
|
test/src/server/routes/user.js#L5
'orm' is defined but never used (@typescript-eslint/no-unused-vars)
|