feat: vue sfc tags order

This commit is contained in:
Anthony Fu 2022-03-30 04:20:16 +08:00
parent 782ab7abb1
commit d4538f42b1

View File

@ -26,5 +26,9 @@ module.exports = {
// reactivity transform
'vue/no-setup-props-destructure': 'off',
'vue/component-tags-order': ['error', {
order: ['script', 'template', 'style'],
}],
},
}