Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit b17c5bc

Browse files
Allow extra parens around multiline JSX components
Fixes #13
1 parent ce93ffb commit b17c5bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coding-styles/fixable.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ module.exports = {
154154
// developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Operator_Precedence
155155
'no-extra-parens': [1, 'all', {
156156
nestedBinaryExpressions: false,
157+
ignoreJSX: 'multi-line',
157158
}],
158159

159160
// Disallow Floating Decimals

0 commit comments

Comments
 (0)