From dd3e1f97f6091d98d22c9686d398f3725e2cfa2b Mon Sep 17 00:00:00 2001 From: Soybean Date: Thu, 25 May 2023 01:34:47 +0800 Subject: [PATCH] =?UTF-8?q?chore(projects):=20update=20package.json=20[?= =?UTF-8?q?=E6=9B=B4=E6=96=B0package.json]?= 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 450207e..9ffebd5 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "pre-commit": "pnpm lint-staged" }, "lint-staged": { - "*.{js,jsx,mjs,cjs,json,ts,tsx,mts,cts,vue,svelte,astro}": [ + "*.{js,json,ts}": [ "eslint . --fix" ] }