Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/somehow-digital/commitlint-config
- Owner: somehow-digital
- Created: 2024-09-27T09:16:57.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T20:36:05.000Z (about 1 month ago)
- Last Synced: 2024-11-28T21:27:40.480Z (about 1 month ago)
- Topics: commitlint, commitlint-config
- Language: JavaScript
- Homepage: https://somehow.digital
- Size: 320 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
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'],
};
```