Switch to biome for fomatting
This commit is contained in:
parent
ea6f62c9d6
commit
91aaddda5f
8 changed files with 144 additions and 30 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"lint:fix": "next lint --fix",
|
||||
"format": "prettier --write .",
|
||||
"format": "biome format --write",
|
||||
"db:generate": "drizzle-kit generate",
|
||||
"db:migrate": "npx tsx lib/db/migrate.ts",
|
||||
"db:studio": "drizzle-kit studio"
|
||||
|
|
@ -66,6 +66,7 @@
|
|||
"zod": "^3.23.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "1.9.4",
|
||||
"@tailwindcss/typography": "^0.5.15",
|
||||
"@types/d3-scale": "^4.0.8",
|
||||
"@types/node": "^22.8.6",
|
||||
|
|
@ -80,7 +81,6 @@
|
|||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-tailwindcss": "^3.17.5",
|
||||
"postcss": "^8",
|
||||
"prettier": "^3.3.3",
|
||||
"tailwindcss": "^3.4.1",
|
||||
"tsx": "^4.19.1",
|
||||
"typescript": "^5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue