From 9b2850e8c032dd58e66108c2832e9f6df6bc33b2 Mon Sep 17 00:00:00 2001 From: LexSwed Date: Sun, 7 Jul 2024 12:02:05 +0200 Subject: [PATCH] formatting --- biome.jsonc | 1 + package.json | 7 +------ packages/ui/src/global.d.ts | 2 ++ 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/biome.jsonc b/biome.jsonc index 8c45c6d1..3c3f382f 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -50,6 +50,7 @@ ".vinxi/**/*", ".output/**/*", "playwright-report/**/*", + "playwright/.auth/**/*", "test-results/**/*", "svg-icons.d.ts" ] diff --git a/package.json b/package.json index e08c33ce..01a14f0f 100644 --- a/package.json +++ b/package.json @@ -3,12 +3,7 @@ "version": "0.0.1", "type": "module", "license": "GNU General Public License v3.0", - "workspaces": [ - "packages/acceptance-tests", - "packages/config", - "packages/ui", - "packages/web" - ], + "workspaces": ["packages/acceptance-tests", "packages/config", "packages/ui", "packages/web"], "engines": { "node": ">=20", "npm": ">=10" diff --git a/packages/ui/src/global.d.ts b/packages/ui/src/global.d.ts index 7bc149cc..b38913d7 100644 --- a/packages/ui/src/global.d.ts +++ b/packages/ui/src/global.d.ts @@ -1,9 +1,11 @@ +// biome-ignore lint/correctness/noUnusedVariables: interface CSSStyleDeclaration { "view-transition-name": string; "position-anchor": string; "inset-area": string; } +// biome-ignore lint/correctness/noUnusedVariables: interface Document { startViewTransition( update: