Husky hook for checking author email address. It may be used if you want to be ensure that your commits are only from specific email address.
npm i hook-email --dev
Just add it to your .huskyrc
file:
{
"hooks": {
"pre-commit": "npm run hook-email your-domain.com"
}
}