Description
Set up Husky and lint-staged to run linting and formatting checks before commits.
Expected Deliverables
- Install and configure Husky
- Add lint-staged configuration
- Create pre-commit hooks for:
- TypeScript type checking
- ESLint
- Prettier formatting
- Document how to bypass hooks if needed