Change eslint rule react/jsx-first-prop-new-line

This commit is contained in:
Grigorii Desyatnikov 2021-12-01 18:08:10 +03:00
parent ac53c1bb09
commit 8ed6f72647
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
"react/jsx-closing-bracket-location": ["error", "tag-aligned"],
"react/jsx-closing-tag-location": "error",
"react/jsx-equals-spacing": ["error", "never"],
"react/jsx-first-prop-new-line": ["error", "multiline"],
"react/jsx-first-prop-new-line": 0,
"react/jsx-fragments": ["error", "element"],
"react/jsx-handler-names": ["error", {
"eventHandlerPrefix": "handle",