From 802380966604b4bbc1c4d9747bf2953c6705c330 Mon Sep 17 00:00:00 2001 From: qcq01083097 Date: Thu, 11 Jun 2026 13:45:32 +0800 Subject: [PATCH] feat: Pre-commit verification to add the md file type --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 6247a4b..82982f6 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -7,7 +7,7 @@ export default defineConfig({ hookTimeout: 60_000, }, staged: { - "*.{js,mjs,cjs,ts,mts,cts,jsx,tsx,json,yaml,yml}": "vp check --fix", + "*.{js,mjs,cjs,ts,mts,cts,jsx,tsx,json,yaml,yml,md}": "vp check --fix", }, lint: { options: { typeAware: true, typeCheck: true } }, run: {