Skip to content

Commit

Permalink
refactor: biome check apply
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Mar 24, 2024
1 parent 4988b10 commit 6cab5a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/web/playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import path from "path";
import path from "node:path";
import { defineConfig, devices } from "@playwright/test";

// Use process.env.PORT by default and fallback to port 3000
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
"turbo": "^1.12.5"
},
"workspaces": {
"packages": [
"packages/*",
"apps/*"
]
"packages": ["packages/*", "apps/*"]
}
}
2 changes: 1 addition & 1 deletion packages/ui/src/Button/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { JSX } from "preact";
import type { JSX } from "preact";

export default function Button(props: JSX.HTMLAttributes<HTMLButtonElement>) {
return (
Expand Down

0 comments on commit 6cab5a8

Please sign in to comment.