Disable logical-assignment-operators and prefer-object-has-own rule

Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
yubiuser
2024-07-17 11:44:09 +02:00
parent 108c69caf5
commit 73b8897a8d
+3 -1
View File
@@ -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": {