RN: Upgrade ESLint Packages
Reviewed By: vjeux Differential Revision: D3946990 fbshipit-source-id: f1be05ee7efed63e54c133d790b193b61e40ea36
This commit is contained in:
parent
a2aab625f3
commit
feced42fea
12
package.json
12
package.json
|
@ -205,12 +205,12 @@
|
|||
"yeoman-generator": "0.21.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^6.0.0",
|
||||
"eslint": "^2.13.1",
|
||||
"eslint-plugin-babel": "^3.2.0",
|
||||
"eslint-plugin-flow-vars": "^0.2.1",
|
||||
"eslint-plugin-react": "^4.2.1",
|
||||
"flow-bin": "^0.33.0",
|
||||
"babel-eslint": "^7.0.0",
|
||||
"eslint": "^3.7.0",
|
||||
"eslint-plugin-babel": "^3.3.0",
|
||||
"eslint-plugin-flowtype": "^2.19.0",
|
||||
"eslint-plugin-react": "^6.3.0",
|
||||
"flow-bin": "^0.32.0",
|
||||
"jest": "15.1.0",
|
||||
"jest-repl": "15.1.0",
|
||||
"jest-runtime": "15.1.0",
|
||||
|
|
Loading…
Reference in New Issue