Skip to content

Commit fc0e643

Browse files
committed
Fix eslint depcrecation warning
1 parent edf5537 commit fc0e643

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.eslintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,13 @@
187187
"react/jsx-sort-props": 0,
188188
"react/jsx-uses-react": 2,
189189
"react/jsx-uses-vars": 2,
190+
"react/jsx-wrap-multilines": 2,
190191
"react/no-did-mount-set-state": 2,
191192
"react/no-did-update-set-state": 2,
192193
"react/no-multi-comp": 0,
193194
"react/no-unknown-property": 2,
194195
"react/prop-types": 1,
195196
"react/react-in-jsx-scope": 2,
196-
"react/self-closing-comp": 2,
197-
"react/wrap-multilines": 2
197+
"react/self-closing-comp": 2
198198
}
199199
}

0 commit comments

Comments
 (0)