mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Disable logical-assignment-operators and prefer-object-has-own rule
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
+3
-1
@@ -103,7 +103,9 @@
|
||||
"unicorn/prevent-abbreviations": "off",
|
||||
"unicorn/prefer-logical-operator-over-ternary": "off",
|
||||
"unicorn/switch-case-braces": "off",
|
||||
"unicorn/no-negated-condition": "off"
|
||||
"unicorn/no-negated-condition": "off",
|
||||
"logical-assignment-operators": "off",
|
||||
"prefer-object-has-own": "off"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user