Add camelCase rule to eslint

This commit is contained in:
Samuel Mannehed
2020-05-31 01:36:41 +02:00
committed by Lauri Kasanen
parent 670eefbc97
commit b837bd6f59
5 changed files with 15 additions and 0 deletions

View File

@@ -44,5 +44,6 @@
"named": "never",
"asyncArrow": "always" }],
"switch-colon-spacing": ["error"],
"camelcase": ["error", { allow: ["^XK_", "^XF86XK_"] }],
}
}