Skip to content

Commit 5a690f1

Browse files
docs(README): fix prettier getFileInfo link (#335)
1 parent 8614c45 commit 5a690f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ For the list of every available exclusion rule set, please see the [readme of es
121121
}]
122122
```
123123

124-
- `fileInfoOptions`: Options that are passed to [prettier.getFileInfo](https://prettier.io/docs/en/api.html#prettiergetfileinfofilepath-options) to decide whether a file needs to be formatted. Can be used for example to opt-out from ignoring files located in `node_modules` directories.
124+
- `fileInfoOptions`: Options that are passed to [prettier.getFileInfo](https://prettier.io/docs/en/api.html#prettiergetfileinfofilepath--options) to decide whether a file needs to be formatted. Can be used for example to opt-out from ignoring files located in `node_modules` directories.
125125

126126
```json
127127
"prettier/prettier": ["error", {}, {

0 commit comments

Comments
 (0)