chore: update dev stuff

This commit is contained in:
Aarnav Tale
2026-06-22 16:40:21 -04:00
parent 0439175e73
commit 476a0419f1
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ pre-commit:
commands:
lint:
glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}"
run: pnpm lint --fix {staged_files}
run: pnpm lint --fix --no-error-on-unmatched-pattern {staged_files}
stage_fixed: true
format:
glob: "*"