Remove no-console rule

This commit is contained in:
Dominik Korsa 2020-10-05 21:20:10 +02:00
parent 03efe44541
commit e54a46267a
No known key found for this signature in database
GPG key ID: 546F986F71A6FE6E

View file

@ -13,7 +13,6 @@ module.exports = {
},
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'vue/script-indent': ['error', 2, { baseIndent: 1 }],
'max-len': 'off',