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