chore: 更新 commitlint 配置项

This commit is contained in:
傲慢或香橙 2022-10-28 13:45:51 +08:00
parent 18daa2703a
commit 0d5d74c63b

View File

@ -63,8 +63,8 @@ module.exports = {
customScopesAlign: !scopeComplete ? 'top' : 'bottom',
defaultScope: scopeComplete,
scopes: [...scopes, 'mock'],
allowEmptyIssuePrefixs: false,
allowCustomIssuePrefixs: false,
allowEmptyIssuePrefixs: true,
allowCustomIssuePrefixs: true,
messages: {
type: '选择你要提交的类型 :',
scope: '选择一个提交范围(可选):',