Camel case rule off
This commit is contained in:
+2
-1
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user