From 1c8938ef2ad575a2a9eb686de9beceb350a6a890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E5=86=A0=E5=AD=A6?= <1109935898@qq.com> Date: Thu, 26 Sep 2024 14:03:01 +0800 Subject: [PATCH] eslint --- .eslintrc.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index 5e2c7be3..0e999376 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -3,6 +3,9 @@ module.exports = { env: { node: true, }, + plugins: [ + 'vue' + ], extends: [ 'plugin:vue/vue3-essential', ],