UNPKG

@tomei/rental

Version:
23 lines (22 loc) 329 B
{ "extends": [ "@commitlint/config-conventional" ], "rules": { "header-max-length": [ 2, "always", 120 ], "type-enum": [ 2, "always", [ "breaking", "feat", "fix", "refactor", "config", "test", "docs", "chore" ] ] } }