@html-validate/commitlint-config
v3.2.5
Published
Commitlint sharable config used by the various HTML-validate packages
Downloads
7,603
Readme
@html-validate/commitlint-config
HTML-Validate sharable commitlint config.
Install
npm install --save-dev @html-validate/commitlint-config
Usage
In your package.json
file:
{
"scripts": {
"prepare": "git config commit.template ./node_modules/@html-validate/commitlint-config/gitmessage"
},
"commitlint": {
"extends": ["@html-validate"]
}
}