Skip to content

Migrate from ESLint + Prettier to Biome#1142

Merged
tushuhei merged 1 commit intomainfrom
migrate-to-biome-2.4.4-2227659789666531147
Feb 26, 2026
Merged

Migrate from ESLint + Prettier to Biome#1142
tushuhei merged 1 commit intomainfrom
migrate-to-biome-2.4.4-2227659789666531147

Conversation

@tushuhei
Copy link
Member

@tushuhei tushuhei commented Feb 24, 2026

Migrated the JavaScript package from ESLint and Prettier to Biome. Configured Biome to match the existing style and verified with tests.
The main purpose of this change is to reduce the number of dev dependencies.


PR created automatically by Jules for task 2227659789666531147 started by @tushuhei

This commit replaces ESLint and Prettier with Biome in the `javascript`
directory. Biome is configured to match the existing style guidelines:
- Single quotes
- No space around imports
- Arrow parentheses as needed
- 2-space indentation

Key changes:
- Added `@biomejs/biome` to `devDependencies`.
- Removed ESLint and Prettier related packages and config files.
- Added `biome.json` with requested style settings.
- Updated `package.json` scripts to use `biome check`.
- Renamed reserved variable `package` to `packageJson` in `scripts/check-cli-version.js` to comply with Biome's strict mode check.
- Removed obsolete `/* eslint-disable */` comments.
- Formatted source code using Biome.

All tests passed after migration.

Co-authored-by: tushuhei <734905+tushuhei@users.noreply.github.com>
@google-labs-jules
Copy link
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@tushuhei tushuhei requested a review from kojiishi February 24, 2026 08:59
@tushuhei tushuhei merged commit 72370bd into main Feb 26, 2026
32 checks passed
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