mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2025-07-02 10:03:12 +08:00
chore: add commitlint
This commit is contained in:
21
.commitlintrc
Normal file
21
.commitlintrc
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"extends": [
|
||||
"@commitlint/config-conventional"
|
||||
],
|
||||
"rules": {
|
||||
"type-enum": [
|
||||
2,
|
||||
"always",
|
||||
[
|
||||
"feat",
|
||||
"fix",
|
||||
"refactor",
|
||||
"test",
|
||||
"build",
|
||||
"docs",
|
||||
"chore"
|
||||
]
|
||||
],
|
||||
"subject-max-length": [1,"always", 150]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user