tariffs/.commitlintrc.json
2022-12-16 03:36:33 +03:00

7 lines
190 B
JSON

{
"extends": ["@commitlint/config-conventional"],
"rules": {
"type-enum": [2, "always", ["feat", "fix", "docs", "style", "refactor", "revert", "chore", "build", "ci", "test"]]
}
}