Skip to content

Commit b96ac6c

Browse files
mrmckebTimer
authored andcommitted
Update ESlint Install Docs (#7451)
1 parent 567f36c commit b96ac6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config-react-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you want to use this ESLint configuration in a project not built with Create
1919
First, install this package, ESLint and the necessary plugins.
2020

2121
```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]
22+
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]
2323
```
2424

2525
Then create a file named `.eslintrc.json` with following contents in the root folder of your project:

0 commit comments

Comments
 (0)