nunu-layout-admin/web/.commitlintrc

24 lines
334 B
Plaintext
Raw Permalink Normal View History

2025-03-24 05:55:56 +00:00
{
"extends": ["@commitlint/config-conventional"],
"rules": {
"type-enum": [
2,
"always",
[
"init",
"build",
"ci",
"chore",
"docs",
"feat",
"fix",
"perf",
"refactor",
"revert",
"style",
"test"
]
]
}
}