Disable unicorn/no-negated-condition rulse

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2023-04-10 21:00:13 +02:00
parent 34e45edbda
commit 0504ab6164
+2 -1
View File
@@ -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": {}