mirror of
https://github.com/YuzuZensai/Cloudflare-DDNS-Updater.git
synced 2026-07-29 17:00:56 +00:00
🔧 chore: add husky pre-commit check
This commit is contained in:
@@ -16,10 +16,12 @@
|
||||
"@types/bun": "^1.3.14",
|
||||
"@types/node": "^26.0.1",
|
||||
"@types/validator": "^13.15.10",
|
||||
"husky": "^9.1.7",
|
||||
"prettier": "^3.9.4",
|
||||
"typescript": "^6.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "husky",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"format": "prettier --check .",
|
||||
"format:fix": "prettier --write .",
|
||||
|
||||
Reference in New Issue
Block a user