Skip to content

Commit 77f2da9

Browse files
authoredAug 12, 2024··
Merge pull request #217 from MikeMcC399/deprecate-v7
docs: deprecate ESLint v7
2 parents e644392 + 0462555 commit 77f2da9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎README.md

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ or
1717
yarn add eslint-plugin-cypress --dev
1818
```
1919

20+
## Deprecations
21+
22+
The use of ESLint `v7` with `eslint-plugin-cypress` is deprecated and support will be removed in a future version of this plugin. ESLint `v7` reached end-of-life on Apr 9, 2022 and users are encouraged to migrate to ESLint `v9`. See [ESLint Version Support](https://eslint.org/version-support/) for ESLint's current release lines.
23+
2024
## Usage
2125

2226
If you are using ESLint `v7` or `v8`, then add an `.eslintrc.json` file to the root directory of your Cypress project with the contents shown below. You can continue to use this format with ESLint `v9` if you set the `ESLINT_USE_FLAT_CONFIG` environment variable to `false` (see [ESLint v9 > Configuration Files (Deprecated)](https://eslint.org/docs/latest/use/configure/configuration-files-deprecated).

0 commit comments

Comments
 (0)