From 79b9c73e0717c244391ab1e15c6f6da9975f2610 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 12 十一月 2024 15:58:30 +0800 Subject: [PATCH] 打包bug --- .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