mirror of
https://github.com/pi-hole/web.git
synced 2026-04-23 02:09:58 +01:00
JS: Enforce camelcase.
It's a common convention to use camelcase for variable names. Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -46,7 +46,12 @@
|
||||
"**/vendor/**"
|
||||
],
|
||||
"rules": {
|
||||
"camelcase": "off",
|
||||
"camelcase": [
|
||||
"error",
|
||||
{
|
||||
"properties": "never"
|
||||
}
|
||||
],
|
||||
"capitalized-comments": "off",
|
||||
"new-cap": "off",
|
||||
"no-alert": "off",
|
||||
|
||||
Reference in New Issue
Block a user