mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-02-01 13:29:40 +00:00
chore(eslint): Remove no-console rule
This commit is contained in:
parent
0bb91245cc
commit
585812e703
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ module.exports = {
|
||||||
'@vue/standard'
|
'@vue/standard'
|
||||||
],
|
],
|
||||||
rules: {
|
rules: {
|
||||||
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
|
||||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
|
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
|
||||||
},
|
},
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue