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: 7 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-28T08:45:11.000Z (7 months ago)
- Last Synced: 2025-07-28T10:29:56.432Z (7 months ago)
- Topics: commitlint, commitlint-config
- Language: JavaScript
- Homepage: https://somehow.digital
- Size: 889 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'],
};
```