Skip to content

Commit 8dc5c29

Browse files
committed
chore: eslint ignores
1 parent 8eec533 commit 8dc5c29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc

+3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@
2121
"no-plusplus": "off",
2222
"no-continue": "off",
2323
"no-multi-assign": "off",
24+
"no-return-assign": "off",
2425
"no-param-reassign": "off",
2526
"import/prefer-default-export": "off",
27+
"react/jsx-indent": "off",
28+
"react/jsx-one-expression-per-line": "off",
2629
"react/react-in-jsx-scope": "off",
2730
"react/no-unknown-property": "off",
2831
"@typescript-eslint/indent": "off"

0 commit comments

Comments
 (0)