Merge pull request #48 from modelstudioai/feat/staged-lint-add-md

feat: Pre-commit verification to add the md file type
This commit is contained in:
Gong Shiqi
2026-06-11 14:26:55 +08:00
committed by GitHub
+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: {