Skip to content

Commit 2f22b33

Browse files
Merge pull request #48 from modelstudioai/feat/staged-lint-add-md
feat: Pre-commit verification to add the md file type
2 parents 3734a6e + 8023809 commit 2f22b33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default defineConfig({
77
hookTimeout: 60_000,
88
},
99
staged: {
10-
"*.{js,mjs,cjs,ts,mts,cts,jsx,tsx,json,yaml,yml}": "vp check --fix",
10+
"*.{js,mjs,cjs,ts,mts,cts,jsx,tsx,json,yaml,yml,md}": "vp check --fix",
1111
},
1212
lint: { options: { typeAware: true, typeCheck: true } },
1313
run: {

0 commit comments

Comments
 (0)