ParachuteTeam / Parachute

🪂 Parachute.fyi is an open-sourced web-based scheduling application built with modern frameworks. It integrates modern user interface and login mechanism, thus offering way better experience than when2meet.com.
https://parachute.fyi
MIT License
12 stars 4 forks source link

CI: Added husky pre-commit hooks #62

Closed louisunlimited closed 1 year ago

louisunlimited commented 1 year ago

Husky

Husky is a local pre-commit hook that will be triggered everything you make a commit locally. In this PR I've set it to run pnpm run lint every time you commit, if lint fails, the commit fails as well.

Husky is being used in most major repos including webpack, angular, rollup and a lot more. So I thought this would be a nice addition to this repo as well.

Link to Husky GitHub repo