Commit 295a0ed
authored
chore: add husky pre-commit hook with lint-staged (#1)
- Install husky v9 and lint-staged v15
- Add prepare script to run husky on npm install
- Add lint-staged config to run biome check --write on staged JS/TS/JSON files
- Pre-commit hook runs lint-staged to auto-fix formatting and import ordering before each commit1 parent aa38a31 commit 295a0ed
3 files changed
Lines changed: 521 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments