Skip to content

Conversation

@j4rviscmd
Copy link
Owner

Summary

  • Migrate formatter from Prettier to Biome for unified lint/format tooling
  • Add development setup instructions to README (Bun required)
  • Simplify CI workflow by combining lint and format steps

Test plan

  • bun run lint passes
  • bun run format:check passes
  • bun test passes (67 tests)
  • bun run build passes

🤖 Generated with Claude Code

j4rviscmd and others added 3 commits January 22, 2026 12:24
- Add biome.json with equivalent Prettier settings
- Update package.json scripts to use Biome
- Remove Prettier dependency and .prettierrc
- Simplify CI workflow by combining lint and format steps
- Apply Biome formatting to all files
- Add JSDoc documentation to plugin entry point

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Sort import statements (organizeImports)
- Fix noUselessConstructor in MockModeManager
- Fix noNonNullAssertion by adding explicit null check
- Simplify return statements in initializer.ts and loader.ts
- Add comprehensive JSDoc documentation

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@j4rviscmd j4rviscmd merged commit 1e1c988 into main Jan 22, 2026
1 check passed
@j4rviscmd j4rviscmd deleted the chore/migrate-prettier-to-biome branch January 22, 2026 06:27
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.

2 participants