Skip to content

Add mise.toml and biome tooling to frontend#3

Open
riffellabot wants to merge 2 commits into
mainfrom
add-mise-toml
Open

Add mise.toml and biome tooling to frontend#3
riffellabot wants to merge 2 commits into
mainfrom
add-mise-toml

Conversation

@riffellabot
Copy link
Copy Markdown
Contributor

Sets up mise tooling with:

  • Node 22
  • install: make install (installs both frontend and backend)
  • lint: biome check in frontend (added biome + scripts)
  • format: biome format --write in frontend (added biome + scripts)
  • test: placeholder in frontend

Added to frontend/:

  • biome.json config
  • @biomejs/biome dev dependency
  • Updated scripts to use biome instead of eslint

Part of standardizing mise.toml across all repos.

🤖 Generated with Claude Code

riffellabot and others added 2 commits May 13, 2026 20:41
Sets up mise tooling with:
- Node 22
- install: make install (installs both frontend and backend)
- lint: biome check in frontend (added biome + scripts)
- format: biome format --write in frontend (added biome + scripts)
- test: placeholder in frontend

Added to frontend/:
- biome.json config
- @biomejs/biome dev dependency
- Updated scripts to use biome instead of eslint

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Runs lint, format, and test using mise on PRs and main branch pushes.

Co-Authored-By: Claude Sonnet 4.6 <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