From 28427783f45506bb07795753e5aef9b3beed4fa1 Mon Sep 17 00:00:00 2001 From: Erin Millard Date: Tue, 18 Jul 2023 09:16:35 +1000 Subject: [PATCH] Re-enable Prettier 3.x plugins --- .prettierrc.json | 4 +++- website/.prettierrc.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.prettierrc.json b/.prettierrc.json index 0967ef4..55c1943 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1 +1,3 @@ -{} +{ + "plugins": ["prettier-plugin-organize-imports"] +} diff --git a/website/.prettierrc.json b/website/.prettierrc.json index 0967ef4..55c1943 100644 --- a/website/.prettierrc.json +++ b/website/.prettierrc.json @@ -1 +1,3 @@ -{} +{ + "plugins": ["prettier-plugin-organize-imports"] +}