Configuration Migration of ESLint configuration file from the eslintrc format to the new flat config format #1157
8 warnings
ESLint found 8 warnings
Annotations
Check warning on line 10 in eslint.config.js
github-actions / ESLint
eslint.config.js#L10
'compat' is assigned a value but never used (@typescript-eslint/no-unused-vars)
Check warning on line 17 in eslint.config.js
github-actions / ESLint
eslint.config.js#L17
Unexpected comment inline with code (no-inline-comments)
Check warning on line 18 in eslint.config.js
github-actions / ESLint
eslint.config.js#L18
Unexpected comment inline with code (no-inline-comments)
Check warning on line 19 in eslint.config.js
github-actions / ESLint
eslint.config.js#L19
Unexpected comment inline with code (no-inline-comments)
Check warning on line 177 in src/client/components/pages/revision.js
github-actions / ESLint
src/client/components/pages/revision.js#L177
Unexpected 'todo' comment: 'TODO: Add proper error handling.' (no-warning-comments)
Check warning on line 129 in src/client/entity-editor/common/entity-search-field-option.js
github-actions / ESLint
src/client/entity-editor/common/entity-search-field-option.js#L129
'props' is defined but never used (@typescript-eslint/no-unused-vars)
Check warning on line 22 in src/server/helpers/collectionRouteUtils.js
github-actions / ESLint
src/server/helpers/collectionRouteUtils.js#L22
'log' is defined but never used (@typescript-eslint/no-unused-vars)
Check warning on line 22 in src/server/routes/register.js
github-actions / ESLint
src/server/routes/register.js#L22
'handler' is defined but never used (@typescript-eslint/no-unused-vars)