From 83c5e14789722fec65c9b426f1c0c3a9f61bd574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 24 Oct 2025 22:28:08 +0800 Subject: [PATCH] =?UTF-8?q?feat(eslint):=20=E6=9B=B4=E6=96=B0Vue=E5=AE=8F?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E9=A1=BA=E5=BA=8F=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eslint.config.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eslint.config.ts b/eslint.config.ts index 170d6d7..0e7a59b 100644 --- a/eslint.config.ts +++ b/eslint.config.ts @@ -45,9 +45,7 @@ export default defineConfigWithVueTs( ], 'vue/define-macros-order': [ 'error', - { - order: ['defineOptions', 'defineProps', 'defineEmits', 'defineSlots'], - }, + { order: ['defineOptions', 'defineModel', 'defineProps', 'defineEmits', 'defineSlots'] }, ], 'vue/multi-word-component-names': 'off', },