From 0d5d74c63b32e1bd90412183383de5c01446277d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=82=B2=E6=85=A2=E6=88=96=E9=A6=99=E6=A9=99?= <49575330+xiangshu233@users.noreply.github.com> Date: Fri, 28 Oct 2022 13:45:51 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20:rewind:=20=E6=9B=B4=E6=96=B0=20commit?= =?UTF-8?q?lint=20=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commitlint.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commitlint.config.js b/commitlint.config.js index 1e7f54a..c49163d 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -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: '选择一个提交范围(可选):',