feat: no unused disable

This commit is contained in:
Anthony Fu
2021-03-13 21:09:53 +08:00
parent 3f7f753a5a
commit 5678d9f5c3
6 changed files with 118 additions and 21 deletions

View File

@@ -12,5 +12,6 @@ module.exports = {
],
rules: {
'vue/max-attributes-per-line': ['warn', { singleline: 5 }],
'vue/html-self-closing': 'off'
},
}