From abbbf7e771d977500de9cebbbfbf4441907c1da2 Mon Sep 17 00:00:00 2001 From: Leko Date: Sun, 14 Sep 2025 16:05:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=BE=A9=20vue-eslint-parser?= =?UTF-8?q?=20=E4=B8=8D=E5=9C=A8=20dev=20dependency=20=E7=9A=84=E5=95=8F?= =?UTF-8?q?=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7689836..0889446 100644 --- a/package.json +++ b/package.json @@ -83,8 +83,8 @@ "eslint-plugin-vue": "^10.3.0", "eslint-plugin-vue-scoped-css": "^2.11.0", "globals": "^16.3.0", - "lint-staged": "^15.2.10", "howler": "^2.2.4", + "lint-staged": "^15.2.10", "lodash": "^4.17.21", "marked": "^15.0.4", "naive-ui": "^2.41.0", @@ -104,6 +104,7 @@ "vite-plugin-compression": "^0.5.1", "vite-plugin-vue-devtools": "7.7.2", "vue": "^3.5.13", + "vue-eslint-parser": "^10.2.0", "vue-router": "^4.5.0", "vue-tsc": "^2.0.22" },