From ef029fd1731d8817b9b6c29f63bd2d79a7b895bc Mon Sep 17 00:00:00 2001
From: Petr Kalashnikov <pka065@it6100016.klientdrift.uib.no>
Date: Wed, 28 Jul 2021 10:54:56 +0200
Subject: [PATCH] Remove local console rule

---
 package.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 4a302a83..295be1ce 100644
--- a/package.json
+++ b/package.json
@@ -46,8 +46,7 @@
     ],
     "rules": {
       "no-irregular-whitespace": "off",
-      "no-unused-vars": "off",
-      "no-console": 0
+      "no-unused-vars": "off"
     },
     "parserOptions": {
       "parser": "babel-eslint"
-- 
GitLab