mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 02:57:50 +08:00
18 lines
305 B
Plaintext
18 lines
305 B
Plaintext
{
|
|
"helpMessage": "\nPlease fix your commit message (and consider using https://www.npmjs.com/package/commitizen)\n",
|
|
"types": [
|
|
"feat",
|
|
"fix",
|
|
"docs",
|
|
"style",
|
|
"refactor",
|
|
"perf",
|
|
"test",
|
|
"chore",
|
|
"revert",
|
|
"ci"
|
|
],
|
|
"warnOnFail": false,
|
|
"autoFix": false
|
|
}
|