UNPKG
cz-git-gitmoji
Version:
latest (1.0.0)
1.0.0
A few configurations for using gitmojis in cz
cz-git-gitmoji
/
commitlint
/
src
/
plugin.ts
9 lines
(7 loc)
•
182 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
Plugin
}
from
'@commitlint/types'
import
{ gitmojiRule }
from
'./rule'
export
const
gitmojiPlugin
:
Plugin
= {
rules
: {
'valid-gitmoji-type'
: gitmojiRule, }, }