Skip to content

chore(ci): eslint + prettier → biome#325

Merged
sampotts merged 1 commit intomainfrom
chore/biome
Jan 23, 2026
Merged

chore(ci): eslint + prettier → biome#325
sampotts merged 1 commit intomainfrom
chore/biome

Conversation

@sampotts
Copy link
Copy Markdown
Collaborator

  • I got Claude to do the bulk of the changes and tweaked things as it went.
  • It's ported over some of our ESLint/prettier configs to biome.json.
  • Only 2 manual code changes required; adding missing <title>'s to 2 SVGs in the site directory.
  • It should show errors and auto fix in the IDE, assuming you install the biome VS Code extension.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
vjs-10-website Ready Ready Preview, Comment Jan 23, 2026 11:32am

Request Review

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR migrates the codebase from ESLint and Prettier to Biome for linting and formatting. The bulk of the changes are automated code formatting adjustments to align with Biome's style rules, with only two manual code changes required to add missing <title> elements to SVG components for accessibility.

Changes:

  • Replaced ESLint + Prettier with Biome for linting and formatting
  • Updated configuration files (biome.json, VS Code settings, package.json scripts)
  • Removed ESLint and Prettier configuration files
  • Applied automated formatting changes across the codebase
  • Added missing <title> elements to GitHub and Discord SVG icons

Reviewed changes

Copilot reviewed 202 out of 204 changed files in this pull request and generated no comments.

Show a summary per file
File Description
biome.json New Biome configuration with linting and formatting rules
package.json Updated lint scripts to use Biome commands
eslint.config.mjs Removed ESLint configuration file
.prettierrc.cjs Removed Prettier configuration file
.vscode/settings.json Updated VS Code settings to use Biome extension
site/src/components/icons/GitHub.tsx Added missing <title> element for accessibility
site/src/components/icons/Discord.tsx Added missing <title> element for accessibility
Multiple TypeScript/JavaScript files Automated formatting changes (imports, trailing commas, arrow functions, etc.)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sampotts sampotts merged commit bf76dfa into main Jan 23, 2026
5 checks passed
@sampotts sampotts deleted the chore/biome branch January 23, 2026 11:33
Copy link
Copy Markdown
Member

@mihar-22 mihar-22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏

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.

3 participants