Skip to content

chore: add Biome with default config and lint/format scripts#3

Merged
mo4islona merged 1 commit into
mainfrom
chore/add-biome
Jul 2, 2026
Merged

chore: add Biome with default config and lint/format scripts#3
mo4islona merged 1 commit into
mainfrom
chore/add-biome

Conversation

@mo4islona

Copy link
Copy Markdown
Collaborator

Summary

  • Add @biomejs/biome as a dev dependency (pinned 2.5.2)
  • Add biome.json from biome init defaults, with indentStyle: "space" to match the existing 2-space Ponder style (default is tabs, which would churn every file)
  • Add npm scripts: lint (biome check), lint:fix (biome check --write), format (biome format --write)

No source files are reformatted in this PR — it only introduces the tooling. Note: portal/__fixtures__/receipts.json and traces.json are JSON-lines files that Biome can't parse as JSON; they may need a files.includes exclusion before running format repo-wide.

🤖 Generated with Claude Code

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant