From 43ccb96a99b1ba335511b2d45eae50c3f0d664ee Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 01:18:49 +0400 Subject: fix(eslint): Rule "no-alert" Signed-off-by: Valentin Popov --- src/rules/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rules/default.json') diff --git a/src/rules/default.json b/src/rules/default.json index 0621268..963e9dc 100644 --- a/src/rules/default.json +++ b/src/rules/default.json @@ -186,7 +186,7 @@ "off" ], "no-alert": [ - "error" + "warn" ], "no-catch-shadow": [ "off" -- cgit v1.2.3