Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/somehow-digital/commitlint-config

Shared commitlint configurations for somehow.digital projects.
https://github.com/somehow-digital/commitlint-config

commitlint commitlint-config

Last synced: 29 days ago
JSON representation

Shared commitlint configurations for somehow.digital projects.

Awesome Lists containing this project

README

        

# `commitlint` configurations

> Shared `commitlint` configurations for `somehow.digital` projects.

---

**install**

```sh
pnpm add -D @somehow-digital/commitlint-config
```

**use**

```js
export default {
extends: ['@somehow-digital/commitlint-config'],
};
```