From 8ba43172d00d4855adf9a2eadff909c71748951b Mon Sep 17 00:00:00 2001 From: counterweight Date: Fri, 14 Feb 2025 12:23:50 +0100 Subject: [PATCH] . --- .eslintrc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index c26b549..c9645fd 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -6,8 +6,7 @@ }, "extends": ["eslint:recommended", "plugin:prettier/recommended"], "rules": { - "prettier/prettier": "error", - "no-console": "warn" + "prettier/prettier": "error" }, "parserOptions": { "ecmaVersion": 8