Skip to content

Commit 4037885

Browse files
committed
Disables "react/jsx-one-expression-per-line" linter rule
This rule makes more harm than good
1 parent 1a16971 commit 4037885

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/eslint/default.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"components": [],
1010
"specialLink": ["hrefLeft", "hrefRight"],
1111
"aspects": ["invalidHref", "noHref", "preferButton"]
12-
}]
12+
}],
13+
"react/jsx-one-expression-per-line": false
1314
}
1415
}

0 commit comments

Comments
 (0)