mirror of
https://github.com/pi-hole/web.git
synced 2025-12-27 13:59:14 +00:00
Enable xo's new-cap rule.
Set properties to false for now. Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -53,7 +53,12 @@
|
||||
}
|
||||
],
|
||||
"capitalized-comments": "off",
|
||||
"new-cap": "off",
|
||||
"new-cap": [
|
||||
"error",
|
||||
{
|
||||
"properties": false
|
||||
}
|
||||
],
|
||||
"no-alert": "off",
|
||||
"no-negated-condition": "off",
|
||||
"one-var": "off",
|
||||
|
||||
Reference in New Issue
Block a user