diff --git a/package.json b/package.json index 0333a516..73f6ea77 100644 --- a/package.json +++ b/package.json @@ -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": {}