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
The project has linting, but it would be nice to enforce this when users try to commit or push.
@calebeby recommended using a Github action over Husky:
Husky bugs me because it really slows down when I want to commit. On decathlon when we were using husky it often took 8-10 seconds to run the checks when I was trying to commit. We switched to GitHub Actions. Then the checks can run concurrently with PR review, and they enforce that everything works even with the latest dependencies. Also it is nice to be able to commit WIP work even if linting is failing
The text was updated successfully, but these errors were encountered:
The project has linting, but it would be nice to enforce this when users try to commit or push.
@calebeby recommended using a Github action over Husky:
The text was updated successfully, but these errors were encountered: