mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
feat: Pre-commit verification to add the md file type
This commit is contained in:
+1
-1
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user