We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a16971 commit 4037885Copy full SHA for 4037885
config/eslint/default.json
@@ -9,6 +9,7 @@
9
"components": [],
10
"specialLink": ["hrefLeft", "hrefRight"],
11
"aspects": ["invalidHref", "noHref", "preferButton"]
12
- }]
+ }],
13
+ "react/jsx-one-expression-per-line": false
14
}
15
0 commit comments