feat: Switch project tooling from npm to bun and add enhanced pre-commit

checks

- Replace npm commands with bun/bunx in scripts, docs, and CI - Add
enhanced pre-commit checks with parallel execution - Document pre-commit
hook behavior in PRE_COMMIT_HOOKS.md - Update .gitignore/.dockerignore
for bun-debug.log - Refine ESLint config for bun and Prettier
integration - Add scripts/type-check-staged.sh for fast staged type
checks - Improve developer workflow and code quality automation
This commit is contained in:
William Valentin
2025-09-07 12:40:57 -07:00
parent 585c526a65
commit 8fa2d3fb60
14 changed files with 492 additions and 54 deletions

View File

@@ -29,6 +29,7 @@
"check:editorconfig": "eclint check .",
"fix:editorconfig": "eclint fix .",
"pre-commit": "lint-staged",
"pre-commit:enhanced": "./scripts/pre-commit-checks.sh",
"prepare": "husky",
"setup": "./scripts/setup.sh",
"deploy": "./scripts/deploy.sh",