UNPKG

@gocodingnow/rn-better-boilerplate

Version:
21 lines (20 loc) 285 B
{ "extends": ["@commitlint/config-conventional"], "rules": { "type-enum": [ 2, "always", [ "ci", "chore", "docs", "feat", "fix", "perf", "refactor", "revert", "style" ] ] } }