UNPKG

pkg-components

Version:
10 lines (8 loc) 245 B
module.exports = { extends: ["@commitlint/config-conventional"], rules: { "type-enum": [2, "always", ["fix", "feat", "hotfix"]], 'header-max-length': [2, 'always', 72], 'storybook/hierarchy-separator': 'off', }, };