File tree 4 files changed +7
-5
lines changed
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 12
12
],
13
13
"peerDependencies" : {
14
14
"babel-eslint" : " ^7.2.3" ,
15
- "eslint" : " ^3.19.0 " ,
15
+ "eslint" : " ^4.1.1 " ,
16
16
"eslint-plugin-flowtype" : " ^2.33.0" ,
17
17
"eslint-plugin-import" : " ^2.2.0" ,
18
18
"eslint-plugin-jsx-a11y" : " ^5.0.3" ,
Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ module.exports = {
144
144
{
145
145
options : {
146
146
formatter : eslintFormatter ,
147
+ eslintPath : require . resolve ( 'eslint' ) ,
147
148
// @remove -on-eject-begin
148
149
baseConfig : {
149
150
extends : [ require . resolve ( 'eslint-config-react-app' ) ] ,
Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ module.exports = {
144
144
{
145
145
options : {
146
146
formatter : eslintFormatter ,
147
+ eslintPath : require . resolve ( 'eslint' ) ,
147
148
// @remove -on-eject-begin
148
149
// TODO: consider separate config for production,
149
150
// e.g. to enable no-console and no-debugger only in production.
Original file line number Diff line number Diff line change 32
32
"chalk" : " 1.1.3" ,
33
33
"css-loader" : " 0.28.4" ,
34
34
"dotenv" : " 4.0.0" ,
35
- "eslint" : " 3.19.0 " ,
35
+ "eslint" : " 4.1.1 " ,
36
36
"eslint-config-react-app" : " ^1.0.5" ,
37
- "eslint-loader" : " 1.7.1 " ,
37
+ "eslint-loader" : " 1.9.0 " ,
38
38
"eslint-plugin-flowtype" : " 2.34.0" ,
39
- "eslint-plugin-import" : " 2.2 .0" ,
40
- "eslint-plugin-jsx-a11y" : " 5.0.3 " ,
39
+ "eslint-plugin-import" : " 2.7 .0" ,
40
+ "eslint-plugin-jsx-a11y" : " 5.1.1 " ,
41
41
"eslint-plugin-react" : " 7.1.0" ,
42
42
"extract-text-webpack-plugin" : " 2.1.2" ,
43
43
"file-loader" : " 0.11.2" ,
You can’t perform that action at this time.
0 commit comments