breaking: the supported eslint version is 8 for @cypress/eslint-plugin-dev.

BREAKING CHANGE: The supported eslint version is 8.  @see f14a11aecf for breaking changes to the plugin.
This commit is contained in:
AtofStryker
2024-05-01 14:33:02 -04:00
committed by Bill Glesias
parent d1b59a495e
commit 3b799a158d
+3 -5
View File
@@ -33,6 +33,7 @@ eslint-plugin-json-format
@typescript-eslint/parser
@typescript-eslint/eslint-plugin
eslint-plugin-mocha
eslint-plugin-import
# if you have react/jsx files
eslint-plugin-react
@@ -94,6 +95,7 @@ _Should usually be used at the root of the package._
**requires you to install the following `devDependencies`**:
```sh
eslint-plugin-import
eslint-plugin-json-format
@typescript-eslint/parser
@typescript-eslint/eslint-plugin
@@ -178,11 +180,7 @@ After installing, add the following to your User or Workspace (`.vscode/settings
{
"language": "json",
"autoFix": true
},
{
"language": "coffeescript",
"autoFix": false
},
}
],
}
```