Repository URL to install this package:
|
Version:
0.6.0 ▾
|
| .. |
| lib |
| CHANGELOG.md |
| README.md |
| license.md |
| package.json |
Parse commit messages to structured data
npm install --save @commitlint/parse
const parse = require('@commitlint/parse');
sync of conventional-commits-parserparser
{
commentChar: null, // character indicating comment lines
issuePrefixes: ['#'] // prefix characters for issue references
}