From 758422e097c6350e88b95ad25f3ff8d8f8924f7a Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Wed, 7 May 2025 15:08:51 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Move=20feedback=20alert=20?= =?UTF-8?q?and=20update=20biome=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/app/[locale]/(space)/page.tsx | 6 +++--- biome.json | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/web/src/app/[locale]/(space)/page.tsx b/apps/web/src/app/[locale]/(space)/page.tsx index a431d50ad..b0b1903dd 100644 --- a/apps/web/src/app/[locale]/(space)/page.tsx +++ b/apps/web/src/app/[locale]/(space)/page.tsx @@ -42,6 +42,9 @@ export default async function Page(props: { params: Promise }) { + + +

@@ -57,9 +60,6 @@ export default async function Page(props: { params: Promise }) {

- - -

diff --git a/biome.json b/biome.json index 44130ce1d..680d29665 100644 --- a/biome.json +++ b/biome.json @@ -11,7 +11,10 @@ "noUselessElse": "off" }, "correctness": { - "noUnusedImports": "error" + "noUnusedImports": { + "level": "error", + "fix": "unsafe" + } } } },