From 771f619afd86632f8d32d10bd464fefdc1cf8f5b Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Tue, 31 Dec 2019 08:23:47 +0800 Subject: [PATCH] Remove deprecated rule no longer in standard --- eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/eslintrc.json b/eslintrc.json index b8048e04..0e7c0009 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -121,7 +121,6 @@ "no-multi-spaces": "error", "no-multi-str": "error", "no-multiple-empty-lines": ["error", { "max": 1, "maxEOF": 0 }], - "no-negated-in-lhs": "error", "no-new": "error", "no-new-func": "error", "no-new-object": "error",