From d9bcdd727d7cca97dfbec5a4720946ec91a6fae0 Mon Sep 17 00:00:00 2001 From: dw-0 Date: Tue, 1 Oct 2024 18:52:35 +0200 Subject: [PATCH] style: remove no-console rule rule had no real effect, as pretty much all methods were allowed again. Signed-off-by: Dominik Willner --- .eslintrc.json | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 9020c2909..fc591aab6 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -77,32 +77,6 @@ "import/no-deprecated": "warn", "no-bitwise": "error", "no-caller": "error", - "no-console": [ - "error", - { - "allow": [ - "log", - "warn", - "dir", - "timeLog", - "assert", - "clear", - "count", - "countReset", - "group", - "groupEnd", - "table", - "dirxml", - "error", - "groupCollapsed", - "Console", - "profile", - "profileEnd", - "timeStamp", - "context" - ] - } - ], "no-debugger": "error", "no-empty": "off", "no-eval": "error",