Remove biome lint for separate PR
This commit is contained in:
parent
1efc54816a
commit
2c26277ee6
2 changed files with 21 additions and 5 deletions
|
|
@ -6,8 +6,8 @@
|
|||
"dev": "next dev --turbo",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint && biome lint",
|
||||
"lint:fix": "next lint --fix && biome lint --write",
|
||||
"lint": "next lint",
|
||||
"lint:fix": "next lint --fix",
|
||||
"format": "biome format --write",
|
||||
"db:generate": "drizzle-kit generate",
|
||||
"db:migrate": "npx tsx lib/db/migrate.ts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue