From 2815ada23872fc28dc8dd5a9833962cb73f452eb Mon Sep 17 00:00:00 2001 From: Eli White Date: Fri, 5 Jan 2018 16:33:26 -0800 Subject: [PATCH] De-dupe eslint rules from xplat/js Reviewed By: sahrens Differential Revision: D6670226 fbshipit-source-id: ab5a67c18248af033634cbc7966292187e14b120 --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 12076e6a13e34a..e43219297b414e 100644 --- a/.eslintrc +++ b/.eslintrc @@ -183,7 +183,7 @@ "key-spacing": 0, "keyword-spacing": 1, // enforce spacing before and after keywords - "jsx-quotes": [1, "prefer-double"], + "jsx-quotes": [1, "prefer-double"], // enforces the usage of double quotes for all JSX attribute values which doesn’t contain a double quote "comma-spacing": 0, "no-multi-spaces": 0, "brace-style": 0, // enforce one true brace style (off by default)