Skip to content

chore: migrate to Biome and update development tooling into main #6

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

Merged
merged 7 commits into from
Jan 6, 2025

Conversation

mikechu-optimizely
Copy link
Collaborator

This PR updates our development tooling and configuration into main (not master branch):

  • Added .nvmrc to standardize Node.js version (v22)
  • Migrated from Prettier to Biome for code formatting and linting
    • Removed .prettierrc
    • Added biome.json with equivalent formatting rules
  • Enhanced VS Code configuration:
    • Added recommended extensions (Biome, GitLens, Vitest Explorer)
    • Configured default formatters for different file types
    • Set up formatting on save
  • Updated package dependencies and lockfile

These changes improve our development environment consistency and modernize our tooling stack. The migration to Biome provides an all-in-one solution for formatting, linting, and import sorting.

@mikechu-optimizely mikechu-optimizely merged commit 28797b5 into main Jan 6, 2025
1 check passed
@mikechu-optimizely mikechu-optimizely deleted the mike/tooling-changes branch January 6, 2025 20:54
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