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
We need to set up Husky in our TurboRepo monorepo to enforce Git hooks, such as pre-commit and pre-push hooks, across all relevant packages in the Edust project.
Husky will help us maintain consistent code quality by running automated scripts before commits and pushes. This will make it easier to enforce standards and make the format prettier.
The text was updated successfully, but these errors were encountered:
We need to set up Husky in our TurboRepo monorepo to enforce Git hooks, such as pre-commit and pre-push hooks, across all relevant packages in the Edust project.
Husky will help us maintain consistent code quality by running automated scripts before commits and pushes. This will make it easier to enforce standards and make the format prettier.
The text was updated successfully, but these errors were encountered: