refactor: apply prettier conf and cleanup

This commit is contained in:
Sonny
2023-11-26 02:04:09 +01:00
parent c0af440302
commit 9a5f661df4
120 changed files with 1229 additions and 9101 deletions

View File

@@ -5,7 +5,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@prisma/client": "^5.6.0",
@@ -40,6 +41,7 @@
"eslint": "^8.54.0",
"eslint-config-next": "14.0.3",
"prisma": "^5.6.0",
"typescript": "5.3.2"
"typescript": "5.3.2",
"husky": "^8.0.0"
}
}