We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf5537 commit fc0e643Copy full SHA for fc0e643
1 file changed
.eslintrc
@@ -187,13 +187,13 @@
187
"react/jsx-sort-props": 0,
188
"react/jsx-uses-react": 2,
189
"react/jsx-uses-vars": 2,
190
+ "react/jsx-wrap-multilines": 2,
191
"react/no-did-mount-set-state": 2,
192
"react/no-did-update-set-state": 2,
193
"react/no-multi-comp": 0,
194
"react/no-unknown-property": 2,
195
"react/prop-types": 1,
196
"react/react-in-jsx-scope": 2,
- "react/self-closing-comp": 2,
197
- "react/wrap-multilines": 2
+ "react/self-closing-comp": 2
198
}
199
0 commit comments