Fix all biome linter errors (#541)
This commit is contained in:
parent
f23c73f6a5
commit
e5d654bf41
46 changed files with 317 additions and 275 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"lint:fix": "next lint --fix",
|
||||
"lint:fix": "next lint --fix && biome lint --write --unsafe",
|
||||
"format": "biome format --write",
|
||||
"db:generate": "drizzle-kit generate",
|
||||
"db:migrate": "npx tsx lib/db/migrate.ts",
|
||||
|
|
@ -40,6 +40,7 @@
|
|||
"framer-motion": "^11.3.19",
|
||||
"geist": "^1.3.1",
|
||||
"lucide-react": "^0.446.0",
|
||||
"nanoid": "^5.0.8",
|
||||
"next": "15.0.3-canary.2",
|
||||
"next-auth": "5.0.0-beta.25",
|
||||
"next-themes": "^0.3.0",
|
||||
|
|
@ -82,6 +83,6 @@
|
|||
"postcss": "^8",
|
||||
"tailwindcss": "^3.4.1",
|
||||
"tsx": "^4.19.1",
|
||||
"typescript": "^5"
|
||||
"typescript": "^5.6.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue