UNPKG

@storybook-community/storybook-source-link

Version:
12 lines (11 loc) 268 B
export default { extends: ["@commitlint/config-conventional"], rules: { "subject-case": [2, "always", ["sentence-case"]], "type-enum": [ 2, "always", ["feat", "fix", "docs", "refactor", "style", "test", "revert", "chore"], ], }, };