docs(contributing): correct lint fix command

This commit is contained in:
Justin Dietz 2019-10-24 10:02:46 -07:00 committed by Pierre Vanduynslager
parent 1693073814
commit 9eaf9552c1

View File

@ -224,7 +224,7 @@ All the [semantic-release](https://github.com/semantic-release) repositories use
Before pushing your code changes make sure there are no linting errors with `npm run lint`.
**Tips**:
- Most linting errors can be automatically fixed with `npm run lint --fix`.
- Most linting errors can be automatically fixed with `npm run lint -- --fix`.
- Install the [XO plugin](https://github.com/sindresorhus/xo#editor-plugins) for your editor to see linting errors directly in your editor and automatically fix them on save.
### Tests