@davidwarrington/commitlint-config
Version:
Install with a package manager such as pnpm, yarn or npm.
28 lines (19 loc) • 768 B
Markdown
# /commitlint-config
## Installation
Install with a package manager such as pnpm, yarn or npm.
```bash
pnpm add --save-dev /cli @davidwarrington/commitlint-config
# or with yarn
yarn add --dev /cli @davidwarrington/commitlint-config
# or with npm
npm install --save-dev /cli @davidwarrington/commitlint-config
```
Then create your commitlint config.
```ts
// commitlint.config.ts
export default {
extends: [''],
};
```
## Note
This package is only intended for personal use and currently is exactly the same as [/config-conventional](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional). As such I'd encourage you to use that instead.