Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format with Biome #213

Merged
merged 13 commits into from
Dec 14, 2024
Prev Previous commit
Next Next commit
update scripts
  • Loading branch information
natemoo-re committed Dec 14, 2024
commit dacd7c6f2de15002e7bbe54cb7850cf363d8e536
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -9,9 +9,8 @@
"build:prompts": "pnpm --filter @clack/prompts run build",
"start": "pnpm --filter @example/basic run start",
"dev": "pnpm --filter @example/changesets run start",
"format": "pnpm run /^format:.*/",
"format:code": "biome format --write",
"lint:fix": "biome lint --write --unsafe",
"format": "biome format --write",
"lint": "biome lint --write --unsafe",
"type-check": "biome lint && tsc",
"test": "pnpm -r run test",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",