From e5752a7db1504475596273dab283b6bf76dcd9f5 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 01:25:55 +0400 Subject: feat(eslint): Rule "no-caller" Signed-off-by: Valentin Popov --- src/rules/default.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/rules/default.json b/src/rules/default.json index d4b96c7..05db158 100644 --- a/src/rules/default.json +++ b/src/rules/default.json @@ -200,6 +200,9 @@ "no-alert": [ "warn" ], + "no-caller": [ + "error" + ], "no-catch-shadow": [ "off" ], -- cgit v1.2.3