Update xo rules for react 18
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@
|
|||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"react/no-danger": "off",
|
"react/no-danger": "off",
|
||||||
"react/require-default-props": "warn",
|
"react/require-default-props": "off",
|
||||||
"react/react-in-jsx-scope": "off",
|
"react/react-in-jsx-scope": "off",
|
||||||
"camelcase": "off",
|
"camelcase": "off",
|
||||||
"react/boolean-prop-naming": "off",
|
"react/boolean-prop-naming": "off",
|
||||||
|
|||||||
Reference in New Issue
Block a user