peach a19a732be8 commit message | il y a 2 ans | |
---|---|---|
.. | ||
lib | il y a 2 ans | |
CHANGELOG.md | il y a 2 ans | |
README.md | il y a 2 ans | |
license.md | il y a 2 ans | |
package.json | il y a 2 ans |
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
}