diff --git a/eslintrc.json b/eslintrc.json index 90c798f1..dbcdf480 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -115,6 +115,7 @@ "no-unneeded-ternary": [2, { "defaultAssignment": false }], "no-unreachable": 2, "no-unsafe-finally": 2, + "no-unsafe-negation": 2, "no-unused-vars": [2, { "vars": "all", "args": "none" }], "no-useless-call": 2, "no-useless-computed-key": 2,