1185 Views
What is husky? Husky is a JavaScript package that allows you to run some code during various parts of your git workflow. Husky leverages git hooks to allow you to hook into various git events such as pre-commit and pre-push. What is lint-staged? Lint-staged allows you to run code against your staged git files...
0 comments