commitlint Lint commit message to suit my taste. Install npm install @sheba/commitlint Usage With husky, in your runcom .huskyrc or .huskyrc.js: { "hooks": { ... "commit-msg": "node node_modules/@sheba/commitlint/index.js -E $HUSKY_GIT_PARAMS", ... } }