perf(prettier): perf

This commit is contained in:
2026-02-11 13:57:47 +08:00
parent 2696ec8692
commit 03a1e6043d
21 changed files with 354 additions and 285 deletions

View File

@@ -7,7 +7,8 @@
"build": "next build",
"start": "next start -p 6020",
"lint": "eslint .",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,scss,md}\""
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.3.0",