Skip to content

Commit 69ac414

Browse files
niklashigifisker
authored andcommitted
Link to fast-glob instead of glob in docs (prettier#6333)
1 parent 48697e9 commit 69ac414

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In practice, this may look something like:
1717
prettier --single-quote --trailing-comma es5 --write "{app,__{tests,mocks}__}/**/*.js"
1818
```
1919

20-
Don't forget the quotes around the globs! The quotes make sure that Prettier expands the globs rather than your shell, for cross-platform usage. The [glob syntax from the glob module](https://github.com/isaacs/node-glob/blob/master/README.md#glob-primer) is used.
20+
Don't forget the quotes around the globs! The quotes make sure that Prettier expands the globs rather than your shell, for cross-platform usage. The [glob syntax from the `fast-glob` module](https://github.com/mrmlnc/fast-glob/blob/master/README.md#pattern-syntax) is used.
2121

2222
Prettier CLI will ignore files located in `node_modules` directory. To opt-out from this behavior use `--with-node-modules` flag.
2323

0 commit comments

Comments
 (0)