mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2024-11-10 09:39:15 +08:00
22 lines
306 B
Plaintext
22 lines
306 B
Plaintext
|
{
|
||
|
"extends": [
|
||
|
"@commitlint/config-conventional"
|
||
|
],
|
||
|
"rules": {
|
||
|
"type-enum": [
|
||
|
2,
|
||
|
"always",
|
||
|
[
|
||
|
"feat",
|
||
|
"fix",
|
||
|
"refactor",
|
||
|
"test",
|
||
|
"build",
|
||
|
"docs",
|
||
|
"chore"
|
||
|
]
|
||
|
],
|
||
|
"subject-max-length": [1,"always", 150]
|
||
|
}
|
||
|
}
|