Open
Description
What would you like?
- Migrate to using supported version of ESLint (currently
v9
) (including @cypress/eslint-plugin-dev)
Line 147 in b5e2f7a
- Migrate to ESLint plugins compatible with ESLint
v9
Why is this needed?
Versions of ESLint < v9
are no longer supported since Oct 5, 2024. See https://eslint.org/version-support/.
Other
Current ESLint plugins
Plugin | Version used | ESLint 9 compatible |
---|---|---|
@babel/eslint-parser | 7.25.1 |
>= 7.25.1 |
@fellow/eslint-plugin-coffee | 0.4.13 |
archived / unmaintained |
@typescript-eslint/eslint-plugin | 7.2.0 |
>= 8 |
@typescript-eslint/parser | 7.2.0 |
>= 8 |
eslint-plugin-cypress | 3.5.0 |
yes |
eslint-plugin-graphql | 4.0.0 |
unmaintained |
eslint-plugin-import | 2.25.4 |
>= 2.31.0 |
eslint-plugin-json-format | 2.0.1 |
unmaintained |
eslint-plugin-mocha | 8.2.0 |
>= 10.x |
eslint-plugin-react | 7.22.0 |
>= 7.35.0 |
eslint-plugin-react-hooks | 4.2.0 |
>= 5.0.0 |
eslint-plugin-vue | 7.18.0 |
>= 9.24.1 |