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 567f36c commit b96ac6cCopy full SHA for b96ac6c
packages/eslint-config-react-app/README.md
@@ -19,7 +19,7 @@ If you want to use this ESLint configuration in a project not built with Create
19
First, install this package, ESLint and the necessary plugins.
20
21
```sh
22
-npm install --save-dev eslint-config-react-app @typescript-eslint/[email protected] @typescript-eslint/[email protected] [email protected] eslint@5.x eslint-plugin-flowtype@2.x [email protected] [email protected] [email protected] [email protected]
+npm install --save-dev eslint-config-react-app @typescript-eslint/[email protected] @typescript-eslint/[email protected] [email protected] eslint@6.x eslint-plugin-flowtype@3.x [email protected] [email protected] [email protected] [email protected]
23
```
24
25
Then create a file named `.eslintrc.json` with following contents in the root folder of your project:
0 commit comments