eslint: add lint enforcing camelCase
snake_case is needed in one place in the codebase to format URL arguments. Co-authored-by: Calvin Lee <pounce@integraldoma.in> Co-committed-by: Calvin Lee <pounce@integraldoma.in>
This commit is contained in:
@@ -34,6 +34,7 @@ export default [
|
||||
"no-implicit-coercion": "warn",
|
||||
"object-shorthand": "warn",
|
||||
"curly": "warn",
|
||||
"camelcase": "warn",
|
||||
"@stylistic/js/indent": ["warn", "tab"],
|
||||
"@stylistic/js/quotes": ["warn", "double"],
|
||||
"@stylistic/js/semi": "warn",
|
||||
|
||||
Reference in New Issue
Block a user