From 60a1b7f70b2ddc5c3aaa8ce477c1c03757bd46a3 Mon Sep 17 00:00:00 2001 From: Thomas Amland Date: Sun, 25 Apr 2021 11:32:14 +0200 Subject: [PATCH] lint: disable no-console --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 5d1d8cd..92ccaae 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -22,7 +22,7 @@ module.exports = { 'vue/component-tags-order': ['error', { order: ['template', 'style', 'script'] }], - 'no-console': 'warn', + 'no-console': 'off', 'no-debugger': 'warn', 'no-useless-constructor': 'off', // Crashes eslint 'no-empty-pattern': 'off',