HTML-Validate sharable commitlint config.
npm install --save-dev @html-validate/commitlint-config
In your package.json
file:
{
"scripts": {
"prepare": "git config commit.template ./node_modules/@html-validate/commitlint-config/gitmessage"
},
"commitlint": {
"extends": ["@html-validate"]
}
}