Remove no-console rule
This commit is contained in:
parent
03efe44541
commit
e54a46267a
1 changed files with 0 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue