Skip to content

Commit 6a40f6e

Browse files
refactor: Disables one expression per line.
1 parent 0679731 commit 6a40f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/jsx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ module.exports = {
278278
* allow: "single-child",
279279
* }]
280280
*/
281-
"react/jsx-one-expression-per-line": ["error", {
281+
"react/jsx-one-expression-per-line": ["off", {
282282
allow: "single-child",
283283
}],
284284

0 commit comments

Comments
 (0)