Make `--ignore-path` link more specific in docs (#3690)

master
Rory O’Kane 2018-01-09 14:16:15 -08:00 committed by Lucas Duailibe
parent a27d19b2c1
commit 2891db1a3c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Prettier offers an escape hatch to ignore a block of code or prevent entire file
## Ignoring Files
To exclude files from formatting, add entries to a `.prettierignore` file in the project root or set the `--ignore-path` [CLI](cli.md) option.
To exclude files from formatting, add entries to a `.prettierignore` file in the project root or set the [`--ignore-path` CLI option](cli.md#ignore-path).
## JavaScript