update rules

This commit is contained in:
ManjaroOne666 2019-01-03 14:48:48 +00:00
parent 2878bf41b4
commit 61eada895e
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ module.exports = {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', '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',
'vue/html-self-closing': 'off', 'vue/html-self-closing': 'off',
'vue/attributes-order': 'off',
'vue/max-attributes-per-line': 'off' 'vue/max-attributes-per-line': 'off'
} }
} }