chore(eslint): Remove no-console rule

This commit is contained in:
Tixie 2019-03-10 04:41:40 +01:00
parent 0bb91245cc
commit 585812e703

View file

@ -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: {