Fix style
This commit is contained in:
@ -74,6 +74,7 @@ module.exports = {
|
||||
'no-unused-vars': 'off',
|
||||
'no-trailing-spaces' : 'off',
|
||||
'vue/multi-word-component-names' : 'off',
|
||||
'vue/no-v-text-v-html-on-component' : 'off',
|
||||
|
||||
// allow debugger during development only
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
|
||||
|
||||
Reference in New Issue
Block a user