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 463f664 commit d150b77Copy full SHA for d150b77
react.js
@@ -60,7 +60,7 @@ module.exports = {
60
'react/jsx-space-before-closing': [2, 'always'],
61
'react/jsx-uses-react': [2],
62
'react/jsx-uses-vars': [2],
63
- 'react/jsx-wrap-multilines': [2],
+ 'react/jsx-wrap-multilines': [2]
64
},
65
plugins: ['react'],
66
extends: ['plugin:react/recommended']
0 commit comments