Skip to content

Commit cdfa2ed

Browse files
authored
updated the recommended config to use an rc file
1 parent 533aca7 commit cdfa2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $ npm install commitlint-config-travi -D
3232
### Define the config for your project
3333

3434
```sh
35-
$ echo "module.exports = {extends: ['travi']};" > commitlint.config.js
35+
$ echo "module.exports = {extends: ['travi']};" > .commitlintrc.js
3636
```
3737

3838
### Define the npm script for [husky](https://github.com/typicode/husky)

0 commit comments

Comments
 (0)