From 585812e703db48f1b52d4fab74321f8045f55576 Mon Sep 17 00:00:00 2001 From: Tixie Date: Sun, 10 Mar 2019 04:41:40 +0100 Subject: [PATCH] chore(eslint): Remove no-console rule --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 98d0431..d563790 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -8,7 +8,6 @@ module.exports = { '@vue/standard' ], rules: { - 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off' }, parserOptions: {