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', customScopesAlign: !scopeComplete ? 'top' : 'bottom',
defaultScope: scopeComplete, defaultScope: scopeComplete,
scopes: [...scopes, 'mock'], scopes: [...scopes, 'mock'],
allowEmptyIssuePrefixs: false, allowEmptyIssuePrefixs: true,
allowCustomIssuePrefixs: false, allowCustomIssuePrefixs: true,
messages: { messages: {
type: '选择你要提交的类型 :', type: '选择你要提交的类型 :',
scope: '选择一个提交范围(可选):', scope: '选择一个提交范围(可选):',