feat: vue sfc tags order
This commit is contained in:
parent
782ab7abb1
commit
d4538f42b1
@ -26,5 +26,9 @@ module.exports = {
|
||||
|
||||
// reactivity transform
|
||||
'vue/no-setup-props-destructure': 'off',
|
||||
|
||||
'vue/component-tags-order': ['error', {
|
||||
order: ['script', 'template', 'style'],
|
||||
}],
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user