Skip to content

Commit

Permalink
docs(readme): update link for removal of automatic plugin discovery i…
Browse files Browse the repository at this point in the history
…n prettier 3
  • Loading branch information
simonhaenisch committed Jul 13, 2023
1 parent 4734c22 commit 1c91f0a
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 @@ -30,7 +30,7 @@ _Note that `prettier` and `typescript` are peer dependencies, so make sure you h

### Prettier 3

Automatic plugin discovery [has been removed](https://github.com/prettier/prettier/pull/14759). Thus you need to configure Prettier to use the plugin according to the [Plugins docs](https://prettier.io/docs/en/plugins.html), for example by adding it to the `plugins` config option:
Automatic plugin discovery [has been removed](https://prettier.io/blog/2023/07/05/3.0.0.html#plugin-search-feature-has-been-removed-14759httpsgithubcomprettierprettierpull14759-by-fiskerhttpsgithubcomfisker). Thus you need to configure Prettier to use the plugin according to the [Plugins docs](https://prettier.io/docs/en/plugins.html), for example by adding it to the `plugins` config option:

```json
{
Expand Down

0 comments on commit 1c91f0a

Please sign in to comment.