From 2c203ff4cff2a9ab97bb74143077987e45027085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E5=88=9D?= <3236758982@qq.com> Date: Tue, 12 May 2026 14:49:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=8E=E7=BA=A2=E6=94=80=EF=BC=9AV2.0.001?= =?UTF-8?q?=E5=88=A9=E4=BA=9A=E8=BE=BE=E6=89=AB=E7=A0=81=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E7=A0=94=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 074824a..f38f150 100644 --- a/package.json +++ b/package.json @@ -188,6 +188,6 @@ "unconfig": "7.3.2" }, "lint-staged": { - "*": "eslint --fix" + "*.{js,jsx,ts,tsx,vue}": "eslint --fix --cache --cache-location .eslintcache" } }