Skip to content

chore: bump eslint from 9.18.0 to 9.19.0 #807

chore: bump eslint from 9.18.0 to 9.19.0

chore: bump eslint from 9.18.0 to 9.19.0 #807

Triggered via pull request January 27, 2025 00:13
Status Success
Total duration 49s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
lint-webext
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
setup
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint-css
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint-js
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint-js: scripts/background.js#L229
Use `undefined` instead of `null`
lint-js: scripts/background.js#L404
Combine this with the previous 'const' statement
lint-js: scripts/background.js#L406
Combine this with the previous 'const' statement
lint-js: scripts/background.js#L434
Expected to return a value at the end of method 'isCurrentMenu'
lint-js: scripts/background.js#L468
Expected to return a value at the end of arrow function
lint-js: scripts/background.js#L484
Expected to return a value at the end of arrow function
lint-js: scripts/content-script.js#L57
Combine this with the previous 'const' statement
lint-js: scripts/options.js#L120
Combine this with the previous 'const' statement
lint-js: scripts/options.js#L244
Expected to return a value at the end of arrow function
lint-js: scripts/options.js#L252
Each then() should return a value or throw