multi-downloader-nx_mirror/.commitlintrc.json
2025-11-27 22:10:00 +01:00

6 lines
No EOL
200 B
JSON

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