Skip to content

Commit

Permalink
docs(contributing): correct lint fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
JoA-MoS authored and pvdlg committed Oct 28, 2019
1 parent 1693073 commit 9eaf955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -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
Expand Down

0 comments on commit 9eaf955

Please sign in to comment.