UNPKG

commitlint-config-techor

Version:

Check your commits with Techor's commitlint config

10 lines 203 B
module.exports = { parserOpts: { headerPattern: /^(\w*)(?:\((.*)\))?: (.*)$/, headerCorrespondence: [ 'type', 'scope', 'subject' ], } }