BB-542: Create a tab view for entities #1231
Triggered via pull request
April 5, 2025 10:45
KasukabeDefenceForce
opened
#1164
Status
Success
Total duration
43s
Artifacts
–
lint-pull-requests.yml
on: pull_request_target
Run linters for pull requests
35s
Annotations
39 errors and 4 warnings
src/client/components/pages/entities/author.js#L142
Strings must use singlequote (quotes)
|
src/client/components/pages/entities/author.js#L143
Strings must use singlequote (quotes)
|
src/client/components/pages/entities/author.js#L144
Expected object keys to be in ascending order. 'content' should be before 'label' (sort-keys)
|
src/client/components/pages/entities/author.js#L149
Unexpected trailing comma (comma-dangle)
|
src/client/components/pages/entities/author.js#L152
Strings must use singlequote (quotes)
|
src/client/components/pages/entities/author.js#L153
Strings must use singlequote (quotes)
|
src/client/components/pages/entities/author.js#L154
Expected object keys to be in ascending order. 'content' should be before 'label' (sort-keys)
|
src/client/components/pages/entities/author.js#L154
A space is forbidden before closing bracket (react/jsx-tag-spacing)
|
src/client/components/pages/entities/author.js#L154
Unexpected trailing comma (comma-dangle)
|
src/client/components/pages/entities/author.js#L157
Strings must use singlequote (quotes)
|
src/client/components/pages/entities/author.js#L158
Strings must use singlequote (quotes)
|
src/client/components/pages/entities/author.js#L159
Expected object keys to be in ascending order. 'content' should be before 'label' (sort-keys)
|
src/client/components/pages/entities/author.js#L159
Unnecessary parentheses around expression (@typescript-eslint/no-extra-parens)
|
src/client/components/pages/entities/author.js#L160
A space is forbidden before closing bracket (react/jsx-tag-spacing)
|
src/client/components/pages/entities/author.js#L161
Unexpected trailing comma (comma-dangle)
|
src/client/components/pages/entities/author.js#L164
Strings must use singlequote (quotes)
|
src/client/components/pages/entities/author.js#L165
Strings must use singlequote (quotes)
|
src/client/components/pages/entities/author.js#L166
Expected object keys to be in ascending order. 'content' should be before 'label' (sort-keys)
|
src/client/components/pages/entities/author.js#L172
Unexpected trailing comma (comma-dangle)
|
src/client/components/pages/entities/author.js#L175
Strings must use singlequote (quotes)
|
src/client/components/pages/entities/author.js#L176
Strings must use singlequote (quotes)
|
src/client/components/pages/entities/author.js#L177
Expected object keys to be in ascending order. 'content' should be before 'label' (sort-keys)
|
src/client/components/pages/entities/author.js#L177
Unnecessary parentheses around expression (@typescript-eslint/no-extra-parens)
|
src/client/components/pages/entities/author.js#L178
A space is forbidden before closing bracket (react/jsx-tag-spacing)
|
src/client/components/pages/entities/author.js#L179
Unexpected trailing comma (comma-dangle)
|
src/client/components/pages/entities/author.js#L182
Strings must use singlequote (quotes)
|
src/client/components/pages/entities/author.js#L183
Strings must use singlequote (quotes)
|
src/client/components/pages/entities/author.js#L184
Expected object keys to be in ascending order. 'content' should be before 'label' (sort-keys)
|
src/client/components/pages/entities/author.js#L198
Unexpected trailing comma (comma-dangle)
|
src/client/components/pages/entities/author.js#L201
Strings must use singlequote (quotes)
|
src/client/components/pages/entities/author.js#L202
Strings must use singlequote (quotes)
|
src/client/components/pages/entities/author.js#L203
Expected object keys to be in ascending order. 'content' should be before 'label' (sort-keys)
|
src/client/components/pages/entities/author.js#L211
Unexpected trailing comma (comma-dangle)
|
src/client/components/pages/entities/author.js#L212
Unexpected trailing comma (comma-dangle)
|
src/client/components/pages/entities/author.js#L237
Props should be sorted alphabetically (react/jsx-sort-props)
|
src/client/components/pages/entities/author.js#L238
Callbacks must be listed after all other props (react/jsx-sort-props)
|
src/client/components/pages/entities/author.js#L238
Callbacks must be listed after all other props (react/jsx-sort-props)
|
src/client/components/pages/entities/author.js#L238
JSX props should not use arrow functions (react/jsx-no-bind)
|
src/client/components/pages/entities/author.js#L245
Props should be sorted alphabetically (react/jsx-sort-props)
|
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#L129
'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)
|