From c9f6fe57fb9cb15f8937b1450fe9ecf75e4d0238 Mon Sep 17 00:00:00 2001 From: yuanzbz <3517876561@qq.com> Date: Fri, 22 Dec 2023 16:01:05 +0800 Subject: [PATCH] x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8487819..37c3087 100644 --- a/package.json +++ b/package.json @@ -96,6 +96,6 @@ } }, "lint-staged": { - "*.{vue,js,ts,jsx,tsx}": "eslint --cache --fix" + "*.{vue,js,ts,jsx,tsx}": ["npm run lint"] } }