Fix some component errors #6889
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8, nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Annotate ESLint results:
config/webpack.config.js#L31
config/webpack.config.js:31:22:Use an object spread instead of `Object.assign` eg: `{ ...foo }`.
|
Annotate ESLint results:
script/github-actions/eslint-annotation-format.js#L1
script/github-actions/eslint-annotation-format.js:1:18:Unexpected unnamed function.
|
Annotate ESLint results:
script/github-actions/eslint-annotation-format.js#L5
script/github-actions/eslint-annotation-format.js:5:5:Unexpected unnamed function.
|
Annotate ESLint results:
script/github-actions/eslint-annotation-format.js#L6
script/github-actions/eslint-annotation-format.js:6:32:Unexpected unnamed function.
|
Annotate ESLint results:
script/github-actions/eslint-annotation-format.js#L34
script/github-actions/eslint-annotation-format.js:34:12:Unexpected unnamed function.
|
Annotate ESLint results:
script/pr-check.js#L122
script/pr-check.js:122:7:Use array destructuring.
|
Annotate ESLint results:
script/pr-check.js#L129
script/pr-check.js:129:7:Unary operator '++' used.
|
Annotate ESLint results:
script/pr-check.js#L134
script/pr-check.js:134:7:Unary operator '++' used.
|
Annotate ESLint results:
script/run-unit-test.js#L2
script/run-unit-test.js:2:35:Unexpected use of file extension "js" for "./run-unit-test-help.js"
|
Annotate ESLint results:
script/serve.js#L2
script/serve.js:2:25:`command-line-args` import should occur before import of `./utils`
|
Loading