🎨 style: add Prettier formatting

This commit is contained in:
2026-07-01 12:36:15 +07:00
parent 3cf1571070
commit eb242ce953
12 changed files with 627 additions and 570 deletions
+3
View File
@@ -15,10 +15,13 @@
"devDependencies": {
"@types/node": "^26.0.1",
"@types/validator": "^13.15.10",
"prettier": "^3.9.4",
"typescript": "^6.0.3"
},
"scripts": {
"typecheck": "tsc --noEmit",
"format": "prettier --write .",
"format:check": "prettier --check .",
"dev": "bun --watch src/index.ts",
"start": "bun src/index.ts",
"build": "bun run typecheck",