update rules
This commit is contained in:
parent
2878bf41b4
commit
61eada895e
|
@ -19,6 +19,7 @@ module.exports = {
|
|||
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
'vue/html-self-closing': 'off',
|
||||
'vue/attributes-order': 'off',
|
||||
'vue/max-attributes-per-line': 'off'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue