chore: add husky and lint-staged for pre-commit linting
All checks were successful
Push to github container register / push-docker (push) Successful in 10m18s

- Updated package.json to include husky and lint-staged configurations.
- Added a pre-commit hook to run lint-staged using bunx.
This commit is contained in:
2026-04-06 03:50:22 +00:00
parent 88233ff069
commit 7695ccbd0e
3 changed files with 84 additions and 9 deletions

1
.husky/pre-commit Executable file
View File

@@ -0,0 +1 @@
bunx lint-staged