From 7fc14c2f1d112fb9cd600852c3a7db3ff6fa9428 Mon Sep 17 00:00:00 2001 From: iamsivin Date: Fri, 26 Jul 2024 13:16:27 +0530 Subject: [PATCH] chore: fix rule --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 01f709762..8bac6dcea 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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'],