From 6c9c320bc972421e74390c24bf0f341a97bfff9c Mon Sep 17 00:00:00 2001 From: cv5ch <176032962+cv5ch@users.noreply.github.com> Date: Fri, 12 Sep 2025 09:52:18 +0200 Subject: [PATCH] Add no-console eslint rule --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 8752ba24c..ca3ceae8c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -14,6 +14,7 @@ ], "rules": { "@angular-eslint/prefer-standalone": "off", + "no-console": ["error", { "allow": ["warn", "error"] }], "no-restricted-imports": [ "error", {