We aheads configuration for Husky.
npx install-peerdeps -d -x '-E' @weahead/husky-config
A .huskyrc.js file will automatically be created in the root of your project with:
module.exports = require('@weahead/husky-config');
Use this config if you don't want help from Commitizen to create commit messages:
git config --global wa.noautocz true
Note! This does not turn off the linting of your commit messages, it only turns off the help from Commitizen when creating the commit message.