Update xo rules for react 18

This commit is contained in:
2023-07-22 12:58:15 +04:00
parent f40b7ed9a0
commit 4e2ea5a1c8
+1 -1
View File
@@ -58,7 +58,7 @@
],
"rules": {
"react/no-danger": "off",
"react/require-default-props": "warn",
"react/require-default-props": "off",
"react/react-in-jsx-scope": "off",
"camelcase": "off",
"react/boolean-prop-naming": "off",