Skip to content

Commit

Permalink
update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Oct 13, 2023
1 parent 8c5b2c7 commit cff255a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@
}
},
"rules": {
"operator-linebreak": ["off"],
"react/jsx-wrap-multilines": ["error", { "declaration": "parens" }],
"react/jsx-first-prop-new-line": ["off"],
"react/jsx-indent-props": "off",
"react/jsx-closing-tag-location": ["off"],
"react/jsx-indent": ["error", 4],
"react/jsx-closing-bracket-location": ["off"],
"react/jsx-curly-newline": ["off"],
"react/jsx-boolean-value": ["off"],
"jsx-quotes": ["error", "prefer-double"],
"multiline-ternary": "off",
"no-multiple-empty-lines": [
"error",
{
Expand Down

0 comments on commit cff255a

Please sign in to comment.