chore: add Husky hooks for commitlint and lint-staged

- Install Husky with commit-msg and pre-commit hooks
- Add commitlint CLI and conventional config for enforcing commit message standards
- Configure pre-commit to run lint-staged for code quality checks
- Update bun.lock with new dev dependencies

This setup ensures consistent commit messages and automated linting before commits.
This commit is contained in:
2026-02-02 14:25:54 -06:00
parent a976eef50d
commit e343a1e252
7 changed files with 197 additions and 11 deletions

1
.husky/commit-msg Normal file
View File

@@ -0,0 +1 @@
bunx commitlint --edit $1