From d80f9dfa99a796507ada63cd0a3477476bce050e Mon Sep 17 00:00:00 2001 From: Jan Kassens Date: Thu, 6 Apr 2017 20:29:24 -0700 Subject: [PATCH] add eslint-config-fbjs to RN package.json Reviewed By: leebyron Differential Revision: D4848928 fbshipit-source-id: 9aed6cf13e9ed548cb171c2f8b7f95a30220b6f9 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b420622b236..b24f77feda3 100644 --- a/package.json +++ b/package.json @@ -222,6 +222,7 @@ "eslint-plugin-babel": "^3.3.0", "eslint-plugin-flowtype": "^2.20.0", "eslint-plugin-react": "^6.4.1", + "eslint-config-fbjs": "^1.1.1", "flow-bin": "^0.43.0", "jest": "19.0.2", "jest-repl": "19.0.2",