Change react/no-danger xo rule to off

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-05-27 03:27:50 +02:00
parent 52bc17fb3e
commit 53f491ce3a
+1 -1
View File
@@ -44,7 +44,7 @@
"es2020"
],
"rules": {
"react/no-danger": "warn",
"react/no-danger": "off",
"react/require-default-props": "warn",
"react/react-in-jsx-scope": "off",
"camelcase": "off",