We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8be2a commit 6a25ccbCopy full SHA for 6a25ccb
react.js
@@ -10,6 +10,7 @@ module.exports = {
10
"react/jsx-indent": "off",
11
"react/jsx-indent-props": "off",
12
"react/jsx-max-props-per-line": "off",
13
+ "react/jsx-one-expression-per-line": "off",
14
"react/jsx-space-before-closing": "off",
15
"react/jsx-tag-spacing": "off",
16
"react/jsx-wrap-multilines": "off"
0 commit comments