Skip to content

whd311/commitlint-plugin-body

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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]
  }
};

About

Verify git message body's line number

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published