Skip to content

Commit 6a25ccb

Browse files
committed
Add react/jsx-one-expression-per-line
1 parent 7d8be2a commit 6a25ccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

react.js

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
"react/jsx-indent": "off",
1111
"react/jsx-indent-props": "off",
1212
"react/jsx-max-props-per-line": "off",
13+
"react/jsx-one-expression-per-line": "off",
1314
"react/jsx-space-before-closing": "off",
1415
"react/jsx-tag-spacing": "off",
1516
"react/jsx-wrap-multilines": "off"

0 commit comments

Comments
 (0)