fix: update vue config

This commit is contained in:
Anthony Fu
2019-07-19 15:32:43 +08:00
parent 7105b268ee
commit cbf7bca6d2
2 changed files with 4 additions and 2 deletions

View File

@@ -10,5 +10,7 @@ module.exports = {
plugins: [
'vue'
],
rules: {}
rules: {
'vue/max-attributes-per-line': ['warning', { singleline: 5 }],
}
}