mirror of https://github.com/status-im/metro.git
Upgrade to ESLint v4.17.0 (plus update related deps)
Reviewed By: adamjernst Differential Revision: D6956725 fbshipit-source-id: d223aa238dbb67190a1c244c7d482fc95005ccb0
This commit is contained in:
parent
7d5a120fe9
commit
918e1a384c
17
package.json
17
package.json
|
@ -2,7 +2,7 @@
|
|||
"private": true,
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.23.1",
|
||||
"babel-eslint": "^7.1.1",
|
||||
"babel-eslint": "8.2.1",
|
||||
"babel-generator": "^6.26.0",
|
||||
"babel-jest": "22.2.0",
|
||||
"babel-plugin-syntax-trailing-function-commas": "^6.20.0",
|
||||
|
@ -17,12 +17,15 @@
|
|||
"babel-preset-fbjs": "^2.1.0",
|
||||
"chalk": "^1.1.3",
|
||||
"codecov": "^2.2.0",
|
||||
"eslint": "^3.19.0",
|
||||
"eslint-config-fb-strict": "^20.0.3",
|
||||
"eslint-plugin-babel": "^4.0.0",
|
||||
"eslint-plugin-flowtype": "^2.28.2",
|
||||
"eslint-plugin-prettier": "2.1.1",
|
||||
"eslint-plugin-react": "^7.2.1",
|
||||
"eslint": "4.17.0",
|
||||
"eslint-config-fb-strict": "22.1.0",
|
||||
"eslint-plugin-babel": "4.1.2",
|
||||
"eslint-plugin-flowtype": "2.43.0",
|
||||
"eslint-plugin-jest": "21.8.0",
|
||||
"eslint-plugin-jsx-a11y": "6.0.3",
|
||||
"eslint-plugin-prettier": "2.6.0",
|
||||
"eslint-plugin-react": "7.6.1",
|
||||
"eslint-plugin-relay": "0.0.21",
|
||||
"flow-bin": "^0.60.1",
|
||||
"glob": "^7.1.1",
|
||||
"istanbul-api": "^1.1.0",
|
||||
|
|
Loading…
Reference in New Issue