Skip to content

Commit

Permalink
docs: fix ignore-path description (#119)
Browse files Browse the repository at this point in the history
* feat(ignore-path): define new flag for ignore files

* refactor: addressing comments

* test: adding --ignore-path cases

* test: adding scm-hg tests

* docs(readme): fix ignore-path description
  • Loading branch information
roggervalf committed Apr 14, 2021
1 parent eaf29e2 commit 2972ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ For example `pretty-quick --since HEAD` will format only staged files.
### `--ignore-path`

Check an alternative file for ignoring files with the same format as [`.prettierignore`](https://prettier.io/docs/en/ignore#ignoring-files).
For example `pretty-quick --ignore-path=.gitignore`
For example `pretty-quick --ignore-path .gitignore`

## Configuration and Ignore Files

Expand Down

0 comments on commit 2972ade

Please sign in to comment.