template
template copied to clipboard
Add git hooks
We can inculcate a good habit among developers to always test and lint their code before commiting it. To do that we can have a precommit git hook via husky which runs npm run test before committing