mirror of
https://github.com/pi-hole/web.git
synced 2026-05-08 09:39:05 +01:00
Disable unicorn/no-negated-condition rulse
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
+2
-1
@@ -101,7 +101,8 @@
|
||||
"unicorn/prefer-string-slice": "off",
|
||||
"unicorn/prevent-abbreviations": "off",
|
||||
"unicorn/prefer-logical-operator-over-ternary": "off",
|
||||
"unicorn/switch-case-braces": "off"
|
||||
"unicorn/switch-case-braces": "off",
|
||||
"unicorn/no-negated-condition": "off"
|
||||
}
|
||||
},
|
||||
"dependencies": {}
|
||||
|
||||
Reference in New Issue
Block a user