-
Notifications
You must be signed in to change notification settings - Fork 2k
build/biomejs #596
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
build/biomejs #596
Conversation
jpoehnelt
commented
Nov 25, 2025
- build: switch to biomejs
- style: biome check --write
- style: biome check --write --unsafe
- style: manual fixes
Summary of ChangesHello @jpoehnelt, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request marks a significant shift in the project's code quality tooling by migrating from ESLint to Biome. The change aims to standardize code formatting and linting, potentially offering performance benefits and a more integrated developer experience. This involved removing old configurations, adding new ones, and applying automated formatting across a wide range of JavaScript and TypeScript files. Highlights
Ignored Files
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request migrates the project's linting and formatting from ESLint to BiomeJS. This is a significant and welcome change for standardizing code style. The changes mostly consist of applying Biome's auto-formatting across the codebase, removing old ESLint configurations, and updating the project dependencies. While reviewing, I found a few critical issues related to logic and potential runtime errors that were either pre-existing or surfaced by the refactoring. My comments focus on these to ensure the code's correctness and robustness.
|
/gemini summary |
Summary of ChangesThis pull request fundamentally refactors the project's code quality infrastructure by replacing ESLint with Biome. The primary goal is to establish a unified and efficient system for linting and formatting, ensuring a consistent code style throughout the repository. This change impacts a significant portion of the JavaScript and TypeScript files, bringing them in line with the new automated styling rules and improving overall code maintainability. Highlights
Changelog
Ignored Files
Activity
|
… HTML stripping, and update Gemini API parameter name.
|
/gemini review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request marks a significant improvement by migrating the project from ESLint to BiomeJS for code linting and formatting. The changes are extensive but well-executed, resulting in more consistent and modern code style across the entire repository. I appreciate the numerous small refactorings, such as using const over let, adopting template literals, and fixing a potential runtime error when parsing URLs. I found one minor issue regarding undeclared variables that was likely missed during the automated formatting. Overall, this is a great step forward for the project's maintainability.
|
/gemini review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request successfully migrates the project's linting and formatting from ESLint to Biome. The changes are extensive, touching many files with stylistic and formatting updates, which will improve code consistency. I've noted a couple of significant improvements that also fix potential bugs, such as more robust error handling and parsing. Overall, this is a solid upgrade to the project's tooling.