chore: fix rule

This commit is contained in:
iamsivin
2024-07-26 13:16:27 +05:30
parent 0b2477c47e
commit 7fc14c2f1d
+1 -1
View File
@@ -28,7 +28,7 @@ module.exports = {
'vue/html-indent': 'off',
'vue/multi-word-component-names': 'off',
'vue/next-tick-style': ['error', 'callback'],
'vue/component-tags-order': [
'vue/block-order': [
'error',
{
order: ['script', 'template', 'style'],