🔧 工具: 集成 cz-customizable 依赖
This commit is contained in:
@@ -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"],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user