De-dupe eslint rules from xplat/js

Reviewed By: sahrens

Differential Revision: D6670226

fbshipit-source-id: ab5a67c18248af033634cbc7966292187e14b120
This commit is contained in:
Eli White 2018-01-05 16:33:26 -08:00 committed by Facebook Github Bot
parent 0356cbd13b
commit 2815ada238
1 changed files with 1 additions and 1 deletions

View File

@ -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 doesnt contain a double quote
"comma-spacing": 0,
"no-multi-spaces": 0,
"brace-style": 0, // enforce one true brace style (off by default)