File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/eslint-config-react-app Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ If you want to use this ESLint configuration in a project not built with Create
17
17
First, install this package, ESLint and the necessary plugins.
18
18
19
19
``` sh
20
- npm install --save-dev eslint-config-react-app babel-eslint@6.1.2 eslint@3.5.0 eslint-plugin-flowtype@2.18.1 eslint-plugin-import@1.12.0 eslint-plugin-jsx-a11y@2.2.2 eslint-plugin-react@5.2.2
20
+ npm install --save-dev eslint-config-react-app babel-eslint@6.1.2 eslint@3.5.0 eslint-plugin-flowtype@2.18.1 eslint-plugin-import@1.12.0 eslint-plugin-jsx-a11y@2.2.2 eslint-plugin-react@6.3.0
21
21
```
22
22
23
23
Then create a file named ` .eslintrc ` with following contents in the root folder of your project:
You can’t perform that action at this time.
0 commit comments