mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-20 11:27:13 +02:00
🎨 Add linting and prettier to more places
This commit is contained in:
parent
de6963db4f
commit
77c6c36e3d
36 changed files with 65 additions and 78 deletions
|
@ -8,7 +8,8 @@
|
|||
"db:deploy": "prisma migrate deploy",
|
||||
"db:migrate": "prisma migrate dev",
|
||||
"db:seed": "tsx prisma/seed.ts",
|
||||
"type-check": "tsc --pretty --noEmit"
|
||||
"type-check": "tsc --pretty --noEmit",
|
||||
"prettier": "prettier --write ."
|
||||
},
|
||||
"exports": "./index.ts",
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue