UNPKG

start-coding-challenge

Version:
22 lines (21 loc) 319 B
module.exports = { extends: ["@commitlint/config-conventional"], rules: { "type-enum": [ 2, "always", [ "feat", "fix", "docs", "chore", "style", "refactor", "ci", "test", "perf", "revert", ], ], }, };