From 3ca6a8d3f447bf637cadac51c606d975b14fa75c Mon Sep 17 00:00:00 2001 From: Peng Jie Date: Sat, 12 Sep 2020 15:21:20 +0800 Subject: [PATCH] docs(README): fix prettier getFileInfo link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62d7587b..8dca0194 100644 --- a/README.md +++ b/README.md @@ -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", {}, {