Skip to content

Commit

Permalink
De-dupe eslint rules from xplat/js
Browse files Browse the repository at this point in the history
Reviewed By: sahrens

Differential Revision: D6670226

fbshipit-source-id: ab5a67c18248af033634cbc7966292187e14b120
  • Loading branch information
elicwhite authored and facebook-github-bot committed Jan 6, 2018
1 parent 0356cbd commit 2815ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2815ada

Please sign in to comment.