Skip to content

Commit c3f79df

Browse files
authored
Merge pull request #29 from subvisual/mp/jsx-multiline
No longer require parenthesis around multiline JSX blocks
2 parents 613565f + d5af9d7 commit c3f79df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

linters/js/.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "airbnb",
33
"rules": {
44
"consistent-return": 0,
5-
"react/no-multi-comp": [2, { "ignoreStateless": true }]
5+
"react/no-multi-comp": [2, { "ignoreStateless": true }],
6+
"react/jsx-wrap-multilines": 0
67
}
78
}

0 commit comments

Comments
 (0)