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
chore: update scripts
natemoo-re committed Dec 14, 2024
commit 9de2718354e652ed8f2493145e002afbec6471cf
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -11,11 +11,12 @@
"dev": "pnpm --filter @example/changesets run start",
"format": "pnpm run /^format:.*/",
"format:code": "biome format --write",
"type-check": "tsc",
"lint:fix": "biome lint --write --unsafe",
"type-check": "biome lint && tsc",
"test": "pnpm -r run test",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
"ci:publish": "changeset publish",
"ci:format": "pnpm run format"
"ci:format": "biome ci"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",