Skip to content

Commit

Permalink
docs(readme): update (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <[email protected]>
  • Loading branch information
github-actions[bot] and nikkeyl authored Sep 1, 2024
1 parent f36b576 commit 7b831bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ bun i -D @archoleat/commitlint-define-config

See [Commitlint Configuration](https://commitlint.js.org/reference/configuration.html).

Add the following code to the `commitlint.config.ts` or `commitlint.config.js`
file:

```js
// commitlint.config.js or commitlint.config.ts
import { defineConfig } from '@archoleat/commitlint-define-config';

export default defineConfig({
// Your options
})
export default defineConfig({})
```

## Contributing
Expand Down

0 comments on commit 7b831bb

Please sign in to comment.