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
I find Husky checks to be really terrible in terms of DX. They slow down the workflow when you want to make frequent small commits. On top of that, I think they're somewhat pointless because they can be skipped locally (which can be problematic on open-source projects where anyone can contribute). If it's just for type checking or linting, I believe a GitHub Actions (with IDE integration for linter) is more than sufficient to flag errors
The text was updated successfully, but these errors were encountered:
I find Husky checks to be really terrible in terms of DX. They slow down the workflow when you want to make frequent small commits. On top of that, I think they're somewhat pointless because they can be skipped locally (which can be problematic on open-source projects where anyone can contribute). If it's just for type checking or linting, I believe a GitHub Actions (with IDE integration for linter) is more than sufficient to flag errors
The text was updated successfully, but these errors were encountered: