Change react/no-danger xo rule to off
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@
|
|||||||
"es2020"
|
"es2020"
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"react/no-danger": "warn",
|
"react/no-danger": "off",
|
||||||
"react/require-default-props": "warn",
|
"react/require-default-props": "warn",
|
||||||
"react/react-in-jsx-scope": "off",
|
"react/react-in-jsx-scope": "off",
|
||||||
"camelcase": "off",
|
"camelcase": "off",
|
||||||
|
|||||||
Reference in New Issue
Block a user