From 396b9a06392db5736eb5a7d485879174d73bb39a Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期五, 09 一月 2026 16:03:45 +0800
Subject: [PATCH] 补签
---
.eslintrc.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.eslintrc.js b/.eslintrc.js
index a1b32e3..96eadce 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -19,6 +19,7 @@
},
plugins: ['vue', '@typescript-eslint'],
rules: {
+ "vue/comment-directive": "off",
'vue/multi-word-component-names': 'off',
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/no-explicit-any': 'off',
--
Gitblit v1.8.0