Camel case rule off

This commit is contained in:
2020-12-17 09:04:28 +01:00
parent f0d5a58bb5
commit e27ba55e3a
+2 -1
View File
@@ -41,7 +41,8 @@
"rules": { "rules": {
"react/no-danger": "warn", "react/no-danger": "warn",
"react/require-default-props": "warn", "react/require-default-props": "warn",
"react/react-in-jsx-scope": "off" "react/react-in-jsx-scope": "off",
"camelcase": "off"
} }
} }
} }