UNPKG

cz-git-gitmoji

Version:

A few configurations for using gitmojis in cz

9 lines (7 loc) 182 B
import type { Plugin } from '@commitlint/types' import { gitmojiRule } from './rule' export const gitmojiPlugin: Plugin = { rules: { 'valid-gitmoji-type': gitmojiRule, }, }