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
{{ message }}
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
Currently, we need to manually lint / prettier before pushing to github. This is done by running yarn prettier.
The job can be done automatically by husky git hook, but it was removed from the repo due to a bug in husky with monorepos: typicode/husky#677
I now read in the issue that it might be fixed in husky v6.
This issue is to test and add the husky hook if it now works correctly.
The text was updated successfully, but these errors were encountered:
Currently, we need to manually lint / prettier before pushing to github. This is done by running
yarn prettier
.The job can be done automatically by husky git hook, but it was removed from the repo due to a bug in husky with monorepos: typicode/husky#677
I now read in the issue that it might be fixed in husky v6.
This issue is to test and add the husky hook if it now works correctly.
The text was updated successfully, but these errors were encountered: