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 55e37e4 commit af44441Copy full SHA for af44441
README.md
@@ -28,7 +28,7 @@ Add the following to your `.eslintrc` config:
28
},
29
"settings": {
30
"import/parsers": {
31
- "typescript-eslint-parser": [".ts", ".tsx"]
+ "@typescript-eslint/parser": [".ts", ".tsx"]
32
33
"import/resolver": {
34
// use <root>/tsconfig.json
0 commit comments