Skip to content

superbet-group/commitlint-config

Repository files navigation

@superbet/commitlint-config logo

Superbet Shared Commitlint Config

Commitlint is a commit message linter.

What it does?

Allowed commits

docs: fixed typo in readme
feat: infantry units move 10% faster [ABC-123]

Disallowed commits

fix: ships no longer count as infantry

Add to a Project

Install Configuration

npm i @commitlint/{config-conventional,cli} @superbet/commitlint-config --save-dev

Add to Commitlint Config

module.exports = {
  extends: ["@superbet/commitlint-config"],
};

Using .commitlintrc.js

Add to Husky

npx husky add .husky/commit-msg 'npx --no-install commitlint --edit "$1"'

Suggestions?

Create a discussion on GitHub or learn how to make a contribution.

About

Superbet shared public CommitLint config

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published