We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491259c commit 1f91893Copy full SHA for 1f91893
react.js
@@ -57,7 +57,7 @@ module.exports = {
57
shorthandFirst: true,
58
callbacksLast: true
59
}],
60
- 'react/jsx-space-before-closing': [2, 'always'],
+ 'react/jsx-tag-spacing': [2],
61
'react/jsx-uses-react': [2],
62
'react/jsx-uses-vars': [2],
63
'react/jsx-wrap-multilines': [2]
0 commit comments