Merge remote-tracking branch 'origin/main' into pr-5717

Resolves package.json conflict: keep main's biome 1->2 simplification
(`biome check` without trailing ".") and the test / test:watch scripts
this branch added for vitest.
This commit is contained in:
Daniel Han 2026-05-27 06:21:06 +00:00
commit b62e4d18cd
74 changed files with 10967 additions and 1234 deletions

View file

@ -12,8 +12,8 @@
"lint": "eslint .",
"preview": "vite preview",
"typecheck": "tsc -b --pretty false",
"biome:check": "biome check .",
"biome:fix": "biome check . --write",
"biome:check": "biome check",
"biome:fix": "biome check --write",
"test": "vitest run",
"test:watch": "vitest"
},