From eaa0627dae6ef868be9711576cbe4108fb9918f3 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 13 Feb 2020 16:20:15 +0400 Subject: fix(eslint): Rule "no-console" Signed-off-by: Valentin Popov --- src/rules/eslint.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/rules/eslint.json b/src/rules/eslint.json index 10b053b..3c57015 100644 --- a/src/rules/eslint.json +++ b/src/rules/eslint.json @@ -72,10 +72,7 @@ "off" ], "no-console": [ - "warn", - { - "allow": [] - } + "warn" ], "no-debugger": [ "error" -- cgit v1.2.3