feat(eslint): Rule "camelcase"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -17,6 +17,17 @@
|
||||
"allowSingleLine": false
|
||||
}
|
||||
],
|
||||
"camelcase": [
|
||||
"error",
|
||||
{
|
||||
"allow": [
|
||||
"^UNSAFE_"
|
||||
],
|
||||
"ignoreDestructuring": true,
|
||||
"ignoreImports": false,
|
||||
"properties": "always"
|
||||
}
|
||||
],
|
||||
"class-methods-use-this": [
|
||||
"warn"
|
||||
],
|
||||
|
Reference in New Issue
Block a user