Skip to content

Commit 2972ade

Browse files
authored
docs: fix ignore-path description (#119)
* 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
1 parent eaf29e2 commit 2972ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ For example `pretty-quick --since HEAD` will format only staged files.
145145
### `--ignore-path`
146146

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

150150
## Configuration and Ignore Files
151151

0 commit comments

Comments
 (0)