Skip to main content
Module

x/xdg/.commitlint.parser-preset.js

Determine XDG Base Directory paths (OS/platform portable)
Go to Latest
File
module.exports = { parserOpts: { headerPattern: /^(\w+)!?(?:\s*(?:[/(]([\w,/]+)[)]?))?!?\s*[~:]?\s*(.*)$/, headerCorrespondence: ['type', 'scope', 'subject'], },};