forked from nutomic/joinpeertube
Fix lint
This commit is contained in:
parent
54a8a1f665
commit
08b8676fa9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module.exports = {
|
|||
'@vue/standard'
|
||||
],
|
||||
rules: {
|
||||
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
'no-console': 'off',
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
'vue/script-indent': ['error', 2, {
|
||||
baseIndent: 1,
|
||||
|
|
Loading…
Reference in a new issue