We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eec533 commit 8dc5c29Copy full SHA for 8dc5c29
.eslintrc
@@ -21,8 +21,11 @@
21
"no-plusplus": "off",
22
"no-continue": "off",
23
"no-multi-assign": "off",
24
+ "no-return-assign": "off",
25
"no-param-reassign": "off",
26
"import/prefer-default-export": "off",
27
+ "react/jsx-indent": "off",
28
+ "react/jsx-one-expression-per-line": "off",
29
"react/react-in-jsx-scope": "off",
30
"react/no-unknown-property": "off",
31
"@typescript-eslint/indent": "off"
0 commit comments