diff --git a/eslint.config.js b/eslint.config.js index 113975c..225ecc9 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -19,7 +19,7 @@ export default antfu( 'src/**/*.vue', ], rules: { - 'vue/component-tags-order': ['error', { + 'vue/block-order': ['error', { order: ['route', 'script', 'template', 'style'], }], },