From 602622ba8a8f1a81483622943620bcc0675f76fb Mon Sep 17 00:00:00 2001 From: thinkasany <480968828@qq.com> Date: Tue, 5 Nov 2024 16:13:29 +0800 Subject: [PATCH] chore: add deps/types for commitlint scope (#18778) * chore: add site/demo/type for commitlint type-enum * demo: test * fix(types): test * fix(types): test * fix(deps): test * chore: update --- commitlint.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commitlint.config.ts b/commitlint.config.ts index 1649323d89..fc48091d36 100644 --- a/commitlint.config.ts +++ b/commitlint.config.ts @@ -21,6 +21,8 @@ const scopes = [ 'border', 'var', 'ssr', + 'types', + 'deps', ] const gitStatus = execSync('git status --porcelain || true')