Skip to content

Commit 2c41e68

Browse files
Boshenclaude
andcommitted
chore: remove dprint (replaced by vite fmt)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 200ded5 commit 2c41e68

5 files changed

Lines changed: 541 additions & 698 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ A modern frontend dashboard for displaying different metrics using bar charts. B
4747
pnpm fmt
4848
```
4949
- **Timing**: Takes approximately 2 seconds
50-
- Runs dprint across all files
50+
- Runs vite fmt across all files
5151
- **ALWAYS run before committing** to avoid CI failures
5252

5353
- Clean build artifacts:

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pnpm install # Install deps (~10s, timeout 60s+)
88
pnpm dev # Dev server at localhost:5173
99
pnpm build # Production build (~7s)
1010
pnpm lint # Run ESLint
11-
pnpm fmt # Format with dprint
11+
pnpm fmt # Format with vite fmt
1212
```
1313

1414
## Structure

dprint.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"devDependencies": {
1818
"@typescript-eslint/scope-manager": "^8.47.0",
1919
"@voidzero-dev/vite-plus": "catalog:",
20-
"dprint": "^0.50.2",
2120
"playwright": "^1.56.1",
2221
"top-github-dependents-by-stars": "^1.0.4",
2322
"vitest": "catalog:"

0 commit comments

Comments
 (0)