mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:01:08 +02:00
- Install lint-staged to format staged files before commit - Update pre-commit hook to run lint-staged then type-check - Auto-format ts, tsx, js, jsx, json, md, svelte, astro files
2 lines
42 B
Text
2 lines
42 B
Text
pnpm exec lint-staged
|
|
pnpm run type-check
|