RN: Upgrade to ESLint v3.8.1

Reviewed By: zertosh

Differential Revision: D4045668

fbshipit-source-id: d7859eb50e9366e033e3dd6c3b184716fcb88a1c
This commit is contained in:
Tim Yung 2016-10-20 08:43:39 -07:00 committed by Facebook Github Bot
parent e2129aa454
commit 4804190be1
1 changed files with 6 additions and 6 deletions

View File

@ -208,11 +208,6 @@
"yeoman-generator": "0.21.2"
},
"devDependencies": {
"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.33.0",
"jest": "16.0.1",
"jest-repl": "16.0.0",
@ -221,6 +216,11 @@
"portfinder": "0.4.0",
"react": "~15.3.1",
"shelljs": "0.6.0",
"sinon": "^2.0.0-pre.2"
"sinon": "^2.0.0-pre.2",
"babel-eslint": "^7.0.0",
"eslint": "^3.8.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-flowtype": "^2.20.0",
"eslint-plugin-react": "^6.4.1"
}
}