From f705b59c268afd08a05638a49be52ac200a650a9 Mon Sep 17 00:00:00 2001 From: Alhadis Date: Mon, 24 Feb 2020 17:40:50 +1100 Subject: [PATCH] Update ESLint config for eslint/eslint#12920 --- eslint/.eslintrc.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eslint/.eslintrc.json b/eslint/.eslintrc.json index b500639..b2bc39b 100644 --- a/eslint/.eslintrc.json +++ b/eslint/.eslintrc.json @@ -139,6 +139,7 @@ "no-cond-assign": 0, "no-console": 0, "no-control-regex": 0, + "no-dupe-else-if": "error", "no-empty": 0, "no-ex-assign": 0, "no-import-assign": "error", @@ -146,6 +147,7 @@ "no-new-require": "error", "no-return-await": "error", "no-self-compare": "error", + "no-setter-return": 0, "no-sparse-arrays": 0, "no-trailing-spaces": [ "error",