Browser-Strutture-Musa/.commitlintrc.json
2025-11-13 14:03:34 +01:00

21 lines
285 B
JSON

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