Skip to main content
Module

x/deepmergets/.commitlintrc.cjs

Deeply merge 2 or more objects respecting type information.
Go to Latest
File
module.exports = { extends: ["@commitlint/config-conventional"], parserPreset: { parserOpts: { headerPattern: /^(\w*)(?:\((.*)\))?!?: (.*)$/u, }, },};