Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
<title>'s to 2 SVGs in the site directory.