Joshua Colvin

git all tags

1 Posts
How to Set Up Git hooks with husky and lint-staged

Git hooks allow you to trigger actions at certain points in git’s execution. They are integral in keeping a codebase clean since we can do…