This commit is contained in:
Anthony Fu 2019-07-19 15:53:07 +08:00
parent 2e208c4d05
commit be4d232fb8

View File

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