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