a gitmojis config for commitlint
pnpm add -D commitlint-config-czg-gitmoji
Ensure you have commitlint installed.Echo the following code to your commitlint config
(e.g. commitlint.config.ts
, commitlint.config.js
or .commitlintrc.js
):
export default {
extends: ['czg-gitmoji'],
}
// for cjs
module.exports = {
extends: ['czg-gitmoji'],
}
Inspired by commitlint-config-gitmoji