mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-13 20:53:30 +01:00
[PR #306] [MERGED] Switch to BiomeJS #230
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/306
Author: @gschier
Created: 11/22/2025
Status: ✅ Merged
Merged: 11/23/2025
Merged by: @gschier
Base:
main← Head:biomejs📝 Commits (10+)
d72a182Switch to BiomeJS39356bcMerge branch 'main' into biomejs8fbd21bMerge main25d74b2Remove separate lint commands from plugins13895e4Simplify workflow triggers for CI files3536584Fix test0bbaf61Commit wasm buildd149157Update CI323069cEnable Biome as formatter for VSCode73e1a39VSCode run configs📊 Changes
332 files changed (+3113 additions, -4203 deletions)
View changed files
➖
.github/workflows/ci-js.yml(+0 -18)➖
.github/workflows/ci-rust.yml(+0 -36)➕
.github/workflows/ci.yml(+27 -0)📝
.github/workflows/release.yml(+15 -28)📝
.gitignore(+2 -0)➖
.prettierignore(+0 -4)➖
.prettierrc.js(+0 -8)➕
.vscode/extensions.json(+3 -0)➕
.vscode/launch.json(+26 -0)➕
.vscode/settings.json(+6 -0)📝
DEVELOPMENT.md(+26 -0)➕
biome.json(+51 -0)➖
eslint.config.cjs(+0 -89)📝
package-lock.json(+383 -1814)📝
package.json(+9 -19)📝
packages/common-lib/debounce.ts(+4 -4)📝
packages/common-lib/formatSize.ts(+16 -16)📝
packages/plugin-runtime-types/src/bindings/gen_api.ts(+1 -1)📝
packages/plugin-runtime-types/src/bindings/gen_events.ts(+2 -2)📝
plugins/action-copy-curl/package.json(+0 -1)...and 80 more files
📄 Description
I'm not sure I actually want to switch to Biome yet, but this is a PoC PR to test it out.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.