We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 613565f + d5af9d7 commit c3f79dfCopy full SHA for c3f79df
linters/js/.eslintrc
@@ -2,6 +2,7 @@
2
"extends": "airbnb",
3
"rules": {
4
"consistent-return": 0,
5
- "react/no-multi-comp": [2, { "ignoreStateless": true }]
+ "react/no-multi-comp": [2, { "ignoreStateless": true }],
6
+ "react/jsx-wrap-multilines": 0
7
}
8
0 commit comments