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
Currently, in tsdx, the configuration of husky uses v4 style. But since husky stores its configuration in .husky directory, the existing configurations are no longer working.
Thanks for bringing this up. It looks like Husky v6 is back to Open Source, so there aren't concerns about incorporating it into TSDX as there were with v5.
Seems like there might be some gotchas on the upgrade path though. The not installed by default change should at least partially enable an existing feature request (need to find the issue #, on phone) as well
Current Behavior
Currently, in tsdx, the configuration of husky uses v4 style. But since husky stores its configuration in
.husky
directory, the existing configurations are no longer working.https://typicode.github.io/husky/#/?id=migrate-from-v4-to-v6
Expected behavior
husky works, and be able to run git hooks
Suggested solution(s)
migrate the configurations to support husky v6
Additional context
Your environment
The text was updated successfully, but these errors were encountered: