|
|
vor 3 Jahren | |
|---|---|---|
| .. | ||
| lib | vor 3 Jahren | |
| CHANGELOG.md | vor 3 Jahren | |
| README.md | vor 3 Jahren | |
| license.md | vor 3 Jahren | |
| package.json | vor 3 Jahren | |
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
}