
Automating Code Checks and Tests with Git Hooks
Motivation: The most common way to add checks to your codebase is to use husky and lint-staged. I have used husky many times to add git…
Motivation: The most common way to add checks to your codebase is to use husky and lint-staged. I have used husky many times to add git…