From b2f0be6a0fcdef7e7076a97f58b28c52d779f40c Mon Sep 17 00:00:00 2001 From: drucker <12977198+zql_edu@user.noreply.gitee.com> Date: Tue, 28 Nov 2023 03:55:09 +0000 Subject: [PATCH] =?UTF-8?q?update=20rabbit-shop/index.md.=20scripts?= =?UTF-8?q?=E4=B8=AD=E7=BC=BA=E5=B0=91=E4=BA=86=20=20=20"lint-staged":=20"?= =?UTF-8?q?lint-staged"=EF=BC=9Bgit=20commit=E6=8F=90=E4=BA=A4=E6=97=B6?= =?UTF-8?q?=E4=BC=9A=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: drucker <12977198+zql_edu@user.noreply.gitee.com> --- rabbit-shop/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/rabbit-shop/index.md b/rabbit-shop/index.md index dc21580..320fc19 100644 --- a/rabbit-shop/index.md +++ b/rabbit-shop/index.md @@ -502,6 +502,7 @@ pnpm i -D lint-staged { "script": { // ... 省略 ... + "lint-staged": "lint-staged" }, "lint-staged": { "*.{vue,ts,js}": ["eslint --fix"] -- Gitee