Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 1e49df0

Browse files
committed
style(git): Add 'types' commitlint type for type-specific changes.
1 parent 0b35cd9 commit 1e49df0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commitlint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module.exports = {
2828
'revert', // git revert
2929
'deps', // Changes that affect external dependencies e.g. refreshing package-lock, updating deps.
3030
'deploy', // for gh-pages
31+
'types', // for changes to types
3132
]],
3233
}
3334
}

0 commit comments

Comments
 (0)