From 2c57f6e38fb213b72eb791b73dbf73b9f260d723 Mon Sep 17 00:00:00 2001 From: Tim Yung Date: Mon, 20 Jun 2016 18:08:14 -0700 Subject: [PATCH] RN: Enable Flow Object Type Lint Rule Reviewed By: voideanvalue Differential Revision: D3460466 fbshipit-source-id: 9f5ca9a8a22827ab13b1b93044390bf6a95908af --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index bab8f9990..53b748368 100644 --- a/package.json +++ b/package.json @@ -196,6 +196,7 @@ "devDependencies": { "babel-eslint": "^6.0.0", "eslint": "^2.5.3", + "eslint-plugin-babel": "^3.2.0", "eslint-plugin-flow-vars": "^0.2.1", "eslint-plugin-react": "^4.2.1", "flow-bin": "^0.27.0",