File tree 1 file changed +1
-1
lines changed
packages/eslint-config-react-app
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ If you want to use this ESLint configuration in a project not built with Create
19
19
First, install this package, ESLint and the necessary plugins.
20
20
21
21
``` sh
22
- npm install --save-dev eslint-config-react-app @typescript-eslint/eslint-plugin@1.x @typescript-eslint/parser@1.x babel-eslint@10.x eslint@5 .x eslint-plugin-flowtype@2 .x eslint-plugin-import@2.x eslint-plugin-jsx-a11y@6.x eslint-plugin-react@7.x eslint-plugin-react-hooks@1.x
22
+ npm install --save-dev eslint-config-react-app @typescript-eslint/eslint-plugin@1.x @typescript-eslint/parser@1.x babel-eslint@10.x eslint@6 .x eslint-plugin-flowtype@3 .x eslint-plugin-import@2.x eslint-plugin-jsx-a11y@6.x eslint-plugin-react@7.x eslint-plugin-react-hooks@1.x
23
23
```
24
24
25
25
Then create a file named ` .eslintrc.json ` with following contents in the root folder of your project:
You can’t perform that action at this time.
0 commit comments