🔧 工具: 集成 cz-customizable 依赖

This commit is contained in:
就眠儀式
2022-04-24 00:36:00 +08:00
parent 97e06993b6
commit 0b79aa072b
4 changed files with 116 additions and 21 deletions

View File

@@ -1,21 +1,3 @@
module.exports = {
extends: ["@commitlint/config-conventional"],
rules: {
"type-enum": [2,
"always",
[
'build',
'chore',
'ci',
'docs',
'feat',
'fix',
'perf',
'refactor',
'revert',
'style',
'test'
]
],
},
};
extends: ["cz"],
};