Skip to content

Commit 3addfb9

Browse files
committed
Use published version of eslint-config-react-app for development
We dogfood on our eslint-config-react-app by using it as our ESLint config, but installing it from the local folder causes problems when its peerDependencies are updated, because npm won't update it unless the version number changes. Use the published version for dogfooding so it can be installed from npm.
1 parent 66e64d6 commit 3addfb9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"test": "node packages/react-scripts/scripts/test.js --env=jsdom"
1111
},
1212
"devDependencies": {
13-
"babel-eslint": "7.0.0",
14-
"eslint": "3.8.1",
15-
"eslint-config-react-app": "file:packages/eslint-config-react-app",
16-
"eslint-plugin-flowtype": "2.21.0",
17-
"eslint-plugin-import": "2.0.1",
18-
"eslint-plugin-jsx-a11y": "2.2.3",
19-
"eslint-plugin-react": "6.4.1",
13+
"babel-eslint": "6.1.2",
14+
"eslint": "3.5.0",
15+
"eslint-config-react-app": "0.2.1",
16+
"eslint-plugin-flowtype": "2.18.1",
17+
"eslint-plugin-import": "1.12.0",
18+
"eslint-plugin-jsx-a11y": "2.2.2",
19+
"eslint-plugin-react": "6.3.0",
2020
"lerna": "2.0.0-beta.30"
2121
}
2222
}

0 commit comments

Comments
 (0)