Use prettier at root of repo

This commit is contained in:
Luke Vella 2024-11-09 15:38:01 +00:00
parent c00e575a61
commit 9c90c9b946
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C
13 changed files with 14 additions and 27 deletions

View file

@ -8,8 +8,7 @@
"db:deploy": "prisma migrate deploy",
"db:migrate": "prisma migrate dev",
"db:seed": "tsx prisma/seed.ts",
"type-check": "tsc --pretty --noEmit",
"format": "prettier --write ."
"type-check": "tsc --pretty --noEmit"
},
"exports": "./index.ts",
"devDependencies": {