From d9de97906aa9052802fa314db1009e4b8fff9dd3 Mon Sep 17 00:00:00 2001 From: Jenya Date: Sun, 30 May 2021 20:40:24 +0300 Subject: [PATCH] Duplicate no-console --- .eslintrc.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index f4504cb..6e836e9 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -189,9 +189,6 @@ "checkLoops": false } ], - "no-console": [ - "off" - ], "no-useless-concat": [ "error" ], @@ -261,4 +258,4 @@ "never" ] } -} \ No newline at end of file +}