Skip to content

Commit df321fc

Browse files
build: allow $zh scope in commitlint (#2278)
Co-authored-by: meteorlxy <[email protected]>
1 parent e4034fb commit df321fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.commitlintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = {
1313
'always',
1414
[
1515
'cli',
16+
'zh',
1617
...VuepressPackages
1718
].map(name => `$${name}`)
1819
]

0 commit comments

Comments
 (0)