Skip to content

Commit

Permalink
docs: Remove comment about hunks support (#553)
Browse files Browse the repository at this point in the history
"Automatically fix code" should work out of the box, hunks commits and linter failures work fine.
  • Loading branch information
alexilyaev authored and okonet committed Dec 6, 2018
1 parent 352ab8c commit ac8cdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -248,7 +248,7 @@ _Note we don’t pass a path as an argument for the runners. This is important s
}
```

This will run `eslint --fix` and automatically add changes to the commit. Please note, that it doesn’t work well with committing hunks (`git add -p`).
This will run `eslint --fix` and automatically add changes to the commit.

### Reuse npm script

Expand Down

0 comments on commit ac8cdf1

Please sign in to comment.