SlidingSwitch
SlidingSwitch copied to clipboard
Configure Husky
This PR will:
- add husky
- setup a commit-msg hook to check that commit message follows conventional commits standard
Setup
To setup husky please run the following:
npm install
npm run prepare