From 4804190be15b2bdbeac810ffd793d89463d9956e Mon Sep 17 00:00:00 2001 From: Tim Yung Date: Thu, 20 Oct 2016 08:43:39 -0700 Subject: [PATCH] RN: Upgrade to ESLint v3.8.1 Reviewed By: zertosh Differential Revision: D4045668 fbshipit-source-id: d7859eb50e9366e033e3dd6c3b184716fcb88a1c --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 32472586048..1597e740a2b 100644 --- a/package.json +++ b/package.json @@ -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" } }