mirror of
https://github.com/gotson/komga.git
synced 2026-01-01 05:14:23 +01:00
build: disable eslint warning in dev
This commit is contained in:
parent
da4a0aa10b
commit
9440654340
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ module.exports = {
|
|||
rules: {
|
||||
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
'vue/no-unused-components': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
'no-fallthrough': 'off',
|
||||
'comma-dangle': ['error', 'always-multiline'],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue