Husky: How to automatically format, lint and test before you commit or push
– tighten.com - submitted by Jamison Valenta
Let's talk about Husky, a tool that automatically runs any number of commands whenever you commit or push. You'll never have to worry about forgetting to format, lint, or test before uploading code to the repo — Husky does it for you every time you run git commit or git push
Read more [tighten.com]