@lottiefiles/commitlint-config
Version:
Shared Commitlint config for LottieFiles projects
27 lines (16 loc) • 529 B
Markdown
# @lottiefiles/commitlint-config
> Shared configuration for [commitlint](https://github.com/conventional-changelog/commitlint).
## Table of contents
* [Usage](#usage)
* [Changelog](#changelog)
## Usage
1. Install to the project root with pnpm.
```sh
pnpm add -DW @lottiefiles/commitlint-config
```
2. Create a `commitlint.config.cjs` file in the project with the contents:
```js
module.exports = { extends: ['@lottiefiles/commitlint-config'] };
```
## Changelog
See [CHANGELOG.md](CHANGELOG.md) for the latest changes.