You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Husky is not yet configured in the codebase.
We need to initialize and set it up to manage Git hooks for consistent code formatting and linting before commits.
Tasks
Install Husky as a dev dependency
Run npx husky install
Add "prepare": "husky install" to package.json
Create a pre-commit hook to run Prettier and lint checks
Description
Husky is not yet configured in the codebase.
We need to initialize and set it up to manage Git hooks for consistent code formatting and linting before commits.
Tasks
npx husky install"prepare": "husky install"topackage.jsonpre-commithook to run Prettier and lint checks