We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39da5da commit 8da29fbCopy full SHA for 8da29fb
README.md
@@ -41,13 +41,13 @@ $ yarn add -D eslint
41
## Full example
42
43
A full example `.eslintrc` for a project with babel support:
44
-> Dont forget to `npm i -D babel-eslint` or `yarn add -D babel-eslint`
+> Dont forget to `npm i -D @babel/eslint-parser` or `yarn add -D @babel/eslint-parser`
45
46
```json
47
{
48
"root": true,
49
"parserOptions": {
50
- "parser": "babel-eslint",
+ "parser": "@babel/eslint-parser",
51
"sourceType": "module"
52
},
53
"extends": [
0 commit comments