mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-25 16:40:03 -05:00
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:
committed by
Bill Glesias
parent
d1b59a495e
commit
3b799a158d
@@ -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
|
||||
},
|
||||
}
|
||||
],
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user