Using Husky Git Hooks and Lint-Staged With Nested Folders

added by DotNetKicks
6/1/2021 4:20:14 PM

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