Skip to content

Commit

Permalink
Disabling JSX curly spacing rule
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos committed Dec 12, 2018
1 parent c9b5e8a commit c3a3523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Expand Up @@ -294,7 +294,7 @@
],
"react/jsx-boolean-value": 0,
"react/jsx-closing-bracket-location": 1,
"react/jsx-curly-spacing": [2, "always"],
"react/jsx-curly-spacing": "off",
"react/jsx-indent-props": [1, 2],
"react/jsx-no-undef": 1,
"react/jsx-uses-react": 1,
Expand Down

0 comments on commit c3a3523

Please sign in to comment.