From 6feb5456418b15b25cdd6408a43c9af6f8c58fa9 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 01:51:45 +0400 Subject: feat(eslint): Rule "no-unmodified-loop-condition" Signed-off-by: Valentin Popov --- src/rules/default.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/rules/default.json') diff --git a/src/rules/default.json b/src/rules/default.json index a3dcce4..f6d347b 100644 --- a/src/rules/default.json +++ b/src/rules/default.json @@ -344,6 +344,9 @@ "enforceInMethodNames": false } ], + "no-unmodified-loop-condition": [ + "error" + ], "no-unneeded-ternary": [ "error", { -- cgit v1.2.3