mirror of
https://github.com/YuzuZensai/Cloudflare-DDNS-Updater.git
synced 2026-07-29 17:00:56 +00:00
🎨 style: add Prettier formatting
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user