From 3a8aa43fb935e37e60edae5ca3982844222b8ced Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 01:34:37 +0400 Subject: feat(eslint): Rule "no-iterator" Signed-off-by: Valentin Popov --- src/rules/default.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/rules') diff --git a/src/rules/default.json b/src/rules/default.json index a0527c9..73490d2 100644 --- a/src/rules/default.json +++ b/src/rules/default.json @@ -248,6 +248,9 @@ "no-implied-eval": [ "error" ], + "no-iterator": [ + "error" + ], "no-magic-numbers": [ "warn", { -- cgit v1.2.3