chore: add format script

This commit is contained in:
ValdiANS
2025-11-01 15:58:03 +07:00
parent 42b4206e66
commit f01dae5f97
+2 -1
View File
@@ -7,7 +7,8 @@
"build": "next build --turbopack", "build": "next build --turbopack",
"start": "next start", "start": "next start",
"lint": "eslint", "lint": "eslint",
"prepare": "husky" "prepare": "husky",
"format": "prettier --write ."
}, },
"dependencies": { "dependencies": {
"@tanstack/match-sorter-utils": "^8.19.4", "@tanstack/match-sorter-utils": "^8.19.4",