commitlint-plugin-body
v1.0.1
Published
Verify git message body's line number
Downloads
2
Readme
commitlint-plugin-body
Verify git message body's line number
Installation
npm install commitlint-plugin-body --save-dev
Usage
module.exports = {
extends: ['@commitlint/config-conventional'],
plugins: ['body'],
rules: {
'body-min-lines': [2, 'always', 3]
}
};