Skip to content

Commit 0b0ce54

Browse files
committed
FIXUP
1 parent 9a68698 commit 0b0ce54

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Tests use Vitest with:
8484
- User-Agent header: `node-urllib/{version} Node.js/{version} ({platform}; {arch})`
8585

8686
<!--VITE PLUS START-->
87+
8788
# Using Vite+, the Unified Toolchain for the Web
8889

8990
This project is using Vite+, a modern toolchain built on top of Vite, Rolldown, Vitest, tsdown, Oxlint, and Oxfmt. Vite+ wraps these tools and package manager commands in a single, global CLI called `vite`. Vite+ is distinct from Vite, but it invokes Vite through `vite dev` and `vite build`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"lint-staged": {
117117
"*": [
118118
"vite run lint --fix",
119-
"vite run fmt ."
119+
"vite fmt --no-error-on-unmatched-pattern"
120120
]
121121
},
122122
"tshy": {

0 commit comments

Comments
 (0)