aboutsummaryrefslogtreecommitdiff
path: root/src/rules/eslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules/eslint.json')
-rw-r--r--src/rules/eslint.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json
index fe86c73..7ba01cb 100644
--- a/src/rules/eslint.json
+++ b/src/rules/eslint.json
@@ -21,6 +21,9 @@
"no-native-reassign": [
"off"
],
+ "no-negated-in-lhs": [
+ "off"
+ ],
"no-tabs": [
"error",
{