Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration Migration of ESLint configuration file from the eslintrc format to the new flat config format #1091

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Regenerate lockfile

69fa838
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Configuration Migration of ESLint configuration file from the eslintrc format to the new flat config format #1091

Regenerate lockfile
69fa838
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint failed Jun 12, 2024 in 0s

327 errors and 9 warnings

ESLint found 327 errors and 9 warnings

Annotations

Check warning on line 5 in eslint.config.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

eslint.config.js#L5

Expected 2 empty lines after require statement not followed by another require (import/newline-after-import)

Check warning on line 7 in eslint.config.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

eslint.config.js#L7

'compat' is assigned a value but never used (@typescript-eslint/no-unused-vars)

Check warning on line 14 in eslint.config.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

eslint.config.js#L14

Unexpected comment inline with code (no-inline-comments)

Check warning on line 15 in eslint.config.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

eslint.config.js#L15

Unexpected comment inline with code (no-inline-comments)

Check warning on line 16 in eslint.config.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

eslint.config.js#L16

Unexpected comment inline with code (no-inline-comments)

Check warning on line 177 in src/client/components/pages/revision.js

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/server/routes/register.js#L22

'handler' is defined but never used (@typescript-eslint/no-unused-vars)

Check failure on line 1 in eslint.config.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

eslint.config.js#L1

There should be no space after '{' (object-curly-spacing)

Check failure on line 1 in eslint.config.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

eslint.config.js#L1

There should be no space before '}' (object-curly-spacing)

Check failure on line 1 in eslint.config.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

eslint.config.js#L1

Expected "import" instead of "require()" (import/no-commonjs)

Check failure on line 1 in eslint.config.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

eslint.config.js#L1

Require statement not part of import statement (@typescript-eslint/no-var-requires)

Check failure on line 1 in eslint.config.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

eslint.config.js#L1

Strings must use singlequote (quotes)

Check failure on line 1 in eslint.config.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

eslint.config.js#L1

"@eslint/eslintrc" is not published (node/no-unpublished-require)

Check failure on line 2 in eslint.config.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

eslint.config.js#L2

Expected "import" instead of "require()" (import/no-commonjs)

Check failure on line 2 in eslint.config.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

eslint.config.js#L2

Require statement not part of import statement (@typescript-eslint/no-var-requires)

Check failure on line 2 in eslint.config.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

eslint.config.js#L2

Strings must use singlequote (quotes)

Check failure on line 2 in eslint.config.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

eslint.config.js#L2

"eslint-plugin-react" is not published (node/no-unpublished-require)

Check failure on line 3 in eslint.config.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

eslint.config.js#L3

Expected "import" instead of "require()" (import/no-commonjs)

Check failure on line 3 in eslint.config.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

eslint.config.js#L3

Require statement not part of import statement (@typescript-eslint/no-var-requires)

Check failure on line 3 in eslint.config.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

eslint.config.js#L3

Strings must use singlequote (quotes)

Check failure on line 3 in eslint.config.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

eslint.config.js#L3

"eslint-plugin-import" is not published (node/no-unpublished-require)

Check failure on line 4 in eslint.config.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

eslint.config.js#L4

Expected "import" instead of "require()" (import/no-commonjs)

Check failure on line 4 in eslint.config.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

eslint.config.js#L4

Require statement not part of import statement (@typescript-eslint/no-var-requires)