fix(vue): disable vue/multi-word-component-names

This commit is contained in:
Anthony Fu 2021-11-28 01:09:24 +08:00
parent 8b15a8349f
commit eb76d9b8bb

View File

@ -19,9 +19,9 @@ module.exports = {
],
rules: {
'vue/max-attributes-per-line': ['warn', { singleline: 5 }],
'vue/html-self-closing': 'off',
'vue/no-v-html': 'off',
'vue/require-prop-types': 'off',
'vue/require-default-prop': 'off',
'vue/multi-word-component-names': 'off',
},
}