Add camelCase rule to eslint
This commit is contained in:
committed by
Lauri Kasanen
parent
670eefbc97
commit
b837bd6f59
@@ -44,5 +44,6 @@
|
||||
"named": "never",
|
||||
"asyncArrow": "always" }],
|
||||
"switch-colon-spacing": ["error"],
|
||||
"camelcase": ["error", { allow: ["^XK_", "^XF86XK_"] }],
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user