Remove import order

This commit is contained in:
Jared Palmer 2024-11-15 11:09:17 -05:00
parent 0ad4cb240f
commit 1efc54816a
3 changed files with 8 additions and 67 deletions

View file

@ -6,8 +6,8 @@
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"lint": "next lint && biome lint",
"lint:fix": "next lint --fix && biome lint --write",
"format": "biome format --write",
"db:generate": "drizzle-kit generate",
"db:migrate": "npx tsx lib/db/migrate.ts",
@ -78,7 +78,6 @@
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",