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')