mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 02:57:50 +08:00
16 lines
294 B
Plaintext
16 lines
294 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"
|
|
],
|
|
"warnOnFail": false,
|
|
"autoFix": false
|
|
} |