Skip to content

Commit

Permalink
chore: biome
Browse files Browse the repository at this point in the history
  • Loading branch information
yossydev committed Sep 23, 2024
1 parent 84b7b31 commit 2ad81b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/islands/SnsButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const SnsButton: FC<{ title: string }> = ({ title }) => {
if (typeof window === "undefined") {
return (
<div class="flex items-center justify-center mt-10 gap-3 ">
<div role="status" class="max-w-sm animate-pulse w-full">
<div class="max-w-sm animate-pulse w-full">
<div class="h-11 bg-gray-200 rounded-3xl w-full" />
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions app/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
}

@view-transition {
/* biome-ignore lint/correctness/noUnknownProperty: <explanation> */
navigation: auto;
}

Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -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
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2ad81b2

Please sign in to comment.