UNPKG

flow-helper

Version:

Universal tool to simplify commit messages building

7 lines (6 loc) 167 B
module.exports = { parserOpts: { headerPattern: /^(\w*) \[([A-Z]*-\d*)\] (\w*): (\w*)$/, headerCorrespondence: ['scope', 'ticket', 'type', 'subject'] } };