always jsx-curly-spacing

This commit is contained in:
Allen 2017-10-18 01:31:12 -05:00 committed by GitHub
parent 4f7a3d7eaf
commit 0440c63c66
14 changed files with 72 additions and 72 deletions

View File

@ -11,7 +11,7 @@
],
"rules": {
"comma-dangle": ["error", "never"],
"react/jsx-curly-spacing": 0,
"react/jsx-curly-spacing": [2, "always"],
"react/forbid-prop-types": 0,
"react/jsx-filename-extension": 0,
"react/jsx-space-before-closing": 0,