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",
"start": "next start",
"lint": "eslint",
"prepare": "husky"
"prepare": "husky",
"format": "prettier --write ."
},
"dependencies": {
"@tanstack/match-sorter-utils": "^8.19.4",