From 0d58314fa6b3bdc6f656486670b1564d0f67a2c9 Mon Sep 17 00:00:00 2001 From: David Aurelio Date: Tue, 5 Jul 2016 10:56:58 -0700 Subject: [PATCH] Update eslint Reviewed By: bestander Differential Revision: D3517152 fbshipit-source-id: 785b273cf197f313ddba769377c2a9f672c4b10b --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60d54b64b..2961e17c4 100644 --- a/package.json +++ b/package.json @@ -192,7 +192,7 @@ }, "devDependencies": { "babel-eslint": "^6.0.0", - "eslint": "^2.5.3", + "eslint": "^2.13.1", "eslint-plugin-babel": "^3.2.0", "eslint-plugin-flow-vars": "^0.2.1", "eslint-plugin-react": "^4.2.1",