feat: Pre-commit verification to add the md file type

This commit is contained in:
qcq01083097
2026-06-11 13:45:32 +08:00
parent 3734a6e8b9
commit 8023809666
+1 -1
View File
@@ -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: {