Skip to content

Commit 7b831bb

Browse files
docs(readme): update (#96)
Co-authored-by: Almanov Nikita <[email protected]>
1 parent f36b576 commit 7b831bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ bun i -D @archoleat/commitlint-define-config
2929

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

32+
Add the following code to the `commitlint.config.ts` or `commitlint.config.js`
33+
file:
34+
3235
```js
33-
// commitlint.config.js or commitlint.config.ts
3436
import { defineConfig } from '@archoleat/commitlint-define-config';
3537

36-
export default defineConfig({
37-
// Your options
38-
})
38+
export default defineConfig({})
3939
```
4040

4141
## Contributing

0 commit comments

Comments
 (0)