mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-25 05:35:47 +08:00
ESLint 4 (#2735)
* Update eslint-loader 1.7.1 -> 1.9.0 * Add eslintPath option * Update eslint 3.19.0 -> 4.1.1 * Update peer dependencies * Move eslintPath config to outside @remove-on-eject
This commit is contained in:
committed by
Dan Abramov
parent
16f0d4a56c
commit
bbbc15dc8e
@@ -32,12 +32,12 @@
|
||||
"chalk": "1.1.3",
|
||||
"css-loader": "0.28.4",
|
||||
"dotenv": "4.0.0",
|
||||
"eslint": "3.19.0",
|
||||
"eslint": "4.1.1",
|
||||
"eslint-config-react-app": "^1.0.5",
|
||||
"eslint-loader": "1.7.1",
|
||||
"eslint-loader": "1.9.0",
|
||||
"eslint-plugin-flowtype": "2.34.0",
|
||||
"eslint-plugin-import": "2.2.0",
|
||||
"eslint-plugin-jsx-a11y": "5.0.3",
|
||||
"eslint-plugin-import": "2.7.0",
|
||||
"eslint-plugin-jsx-a11y": "5.1.1",
|
||||
"eslint-plugin-react": "7.1.0",
|
||||
"extract-text-webpack-plugin": "2.1.2",
|
||||
"file-loader": "0.11.2",
|
||||
|
||||
Reference in New Issue
Block a user