Skip to content

Commit

Permalink
docs(README): fix prettier getFileInfo link (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
neighborhood999 authored Sep 12, 2020
1 parent 8614c45 commit 5a690f1
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 @@ -121,7 +121,7 @@ For the list of every available exclusion rule set, please see the [readme of es
}]
```

- `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.
- `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.

```json
"prettier/prettier": ["error", {}, {
Expand Down

0 comments on commit 5a690f1

Please sign in to comment.