From 228ad3183cdbed0b9fde2a1baa589416db530225 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 01:20:54 +0400 Subject: feat(eslint): Rule "no-constant-condition" Signed-off-by: Valentin Popov --- src/rules/default.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/rules/default.json b/src/rules/default.json index 963e9dc..6df0efe 100644 --- a/src/rules/default.json +++ b/src/rules/default.json @@ -194,6 +194,12 @@ "no-console": [ "warn" ], + "no-constant-condition": [ + "error", + { + "checkLoops": true + } + ], "no-debugger": [ "warn" ], -- cgit v1.2.3