|
|
il y a 3 ans | |
|---|---|---|
| .. | ||
| lib | il y a 3 ans | |
| CHANGELOG.md | il y a 3 ans | |
| README.md | il y a 3 ans | |
| license.md | il y a 3 ans | |
| package.json | il y a 3 ans | |
Parse commit messages to structured data
npm install --save @commitlint/parse
const parse = require('@commitlint/parse');
sync of conventional-commits-parserparserOpts: Options to pass to parser
{
commentChar: null, // character indicating comment lines
issuePrefixes: ['#'] // prefix characters for issue references
}