From be7f39c612d6ab4cf7bb2aa3bfecc0ad8391797c Mon Sep 17 00:00:00 2001 From: aalicic Date: Sun, 6 Feb 2022 22:30:45 +0100 Subject: [PATCH] VIC-262: Deploy admin console allow console logs in code --- .eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index f841c49a..bba26fff 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -38,6 +38,7 @@ module.exports = { "jest/no-focused-tests": "error", "jest/no-identical-title": "error", "jest/prefer-to-have-length": "warn", - "jest/valid-expect": "error" + "jest/valid-expect": "error", + "no-console": "off" } };