mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
19 lines
246 B
Plaintext
19 lines
246 B
Plaintext
{
|
|
"extends": [
|
|
"@commitlint/config-conventional"
|
|
],
|
|
"rules": {
|
|
"type-enum": [
|
|
2,
|
|
"always",
|
|
[
|
|
"chore",
|
|
"docs",
|
|
"feat",
|
|
"fix",
|
|
"refactor",
|
|
"release"
|
|
]
|
|
]
|
|
}
|
|
} |