-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Add linting to pre-commit hook
Description
Add ESLint check to the Husky pre-commit hook to ensure that linting passes before allowing a commit. This aligns with the CI pipeline requirements and helps catch linting issues early.
Tasks
- Update the
pre-commit-checkscript in package.json to runpnpm lint - Ensure the pre-commit hook uses pnpm consistently
Why
This change will prevent commits that would fail the CI lint check, saving time and reducing the need for follow-up fix commits.
Metadata
Metadata
Assignees
Labels
No labels