From 2ad81b290ebeca0e30244b54d6f3339caa4e0ae8 Mon Sep 17 00:00:00 2001 From: yossydev Date: Mon, 23 Sep 2024 17:54:58 +0900 Subject: [PATCH] chore: biome --- app/islands/SnsButton.tsx | 2 +- app/style.css | 1 + biome.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/islands/SnsButton.tsx b/app/islands/SnsButton.tsx index 6bfb2c8..ed0f285 100644 --- a/app/islands/SnsButton.tsx +++ b/app/islands/SnsButton.tsx @@ -5,7 +5,7 @@ const SnsButton: FC<{ title: string }> = ({ title }) => { if (typeof window === "undefined") { return (
-
+
diff --git a/app/style.css b/app/style.css index 0dfd843..299085f 100644 --- a/app/style.css +++ b/app/style.css @@ -10,6 +10,7 @@ } @view-transition { + /* biome-ignore lint/correctness/noUnknownProperty: */ navigation: auto; } diff --git a/biome.json b/biome.json index b9474d2..38f6c9f 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.5.3/schema.json", + "$schema": "https://biomejs.dev/schemas/1.9.2/schema.json", "organizeImports": { "enabled": true }, diff --git a/package.json b/package.json index 8faef2f..6e5b016 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "rss-parser": "^3.13.0" }, "devDependencies": { - "@biomejs/biome": "^1.6.0", + "@biomejs/biome": "^1.9.2", "@cloudflare/workers-types": "^4.20240222.0", "@hono/vite-cloudflare-pages": "^0.4.0", "@hono/vite-ssg": "^0.1.0",