From 3f811759e3148a50cf35634cf3a33775a23b0908 Mon Sep 17 00:00:00 2001 From: liushilong <2224574157@qq.com> Date: Fri, 12 Apr 2024 23:31:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20eslint=E9=85=8D=E7=BD=AEsave?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6ed43e6..f2cd289 100644 --- a/package.json +++ b/package.json @@ -77,8 +77,8 @@ "vue-tsc": "^1.8.22" }, "lint-staged": { - "*.{ts,tsx,vue}": [ - "pnpm lint:fix" + "*.{ts,tsx,vue,js}": [ + "eslint --fix" ] } }