mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-30 02:15:52 +08:00
Relax ESLint version range (#6840)
* Relax eslint version range * Use semver package to compare versions during preflight check * Cleanup package.json files whitespace
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"build:prod": "cross-env NODE_ENV=production node build.js"
|
||||
},
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/facebook/create-react-app.git",
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/create-react-app.git",
|
||||
"directory": "packages/react-error-overlay"
|
||||
},
|
||||
"license": "MIT",
|
||||
@@ -44,7 +44,7 @@
|
||||
"chalk": "^2.4.2",
|
||||
"chokidar": "^2.1.2",
|
||||
"cross-env": "5.2.0",
|
||||
"eslint": "5.16.0",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-config-react-app": "^3.0.8",
|
||||
"eslint-plugin-flowtype": "2.50.1",
|
||||
"eslint-plugin-import": "2.16.0",
|
||||
|
||||
Reference in New Issue
Block a user