From 90e0b1b7dcc39ce64b4aef4a6d1895c670ccefbd Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Wed, 15 Nov 2023 13:20:03 +0100 Subject: [PATCH] add plugins option to diff --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09dd8f1..d4dbc82 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,7 @@ Since we are using configuration overrides to handle svelte files, you might als ```diff # .prettierrc - "pluginSearchDirs": ["."], ++ "plugins": ["prettier-plugin-svelte"] ``` Version 3 contains the following breaking changes: