File tree 2 files changed +2
-2
lines changed
packages/eslint-config-react-app
2 files changed +2
-2
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@7.0.0 eslint@3.8.1 eslint-plugin-flowtype@2.21 .0 eslint-plugin-import@2.0.1 eslint-plugin-jsx-a11y@2.2.3 eslint-plugin-react@6.4.1
20
+ npm install --save-dev eslint-config-react-app babel-eslint@7.1.1 eslint@3.15.0 eslint-plugin-flowtype@2.30 .0 eslint-plugin-import@2.2.0 eslint-plugin-jsx-a11y@4.0.0 eslint-plugin-react@6.9.0
21
21
```
22
22
23
23
Then create a file named ` .eslintrc ` with following contents in the root folder of your project:
Original file line number Diff line number Diff line change 15
15
"eslint" : " ^3.8.1" ,
16
16
"eslint-plugin-flowtype" : " ^2.21.0" ,
17
17
"eslint-plugin-import" : " ^2.0.1" ,
18
- "eslint-plugin-jsx-a11y" : " ^2.2.3 " ,
18
+ "eslint-plugin-jsx-a11y" : " ^4.0.0 " ,
19
19
"eslint-plugin-react" : " ^6.4.1"
20
20
}
21
21
}
You can’t perform that action at this time.
0 commit comments