[PR #169] [MERGED] chore: use biome #168

Closed
opened 2026-02-16 03:16:21 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/169
Author: @marcusschiesser
Created: 9/8/2025
Status: Merged
Merged: 9/8/2025
Merged by: @marcusschiesser

Base: mainHead: ms/use-biome


📝 Commits (6)

  • ef29293 chore: add biome
  • 136bb8f chore: format files
  • ce9f242 chore: replace eslint with biome
  • a454100 chore: add lint for otel and viz
  • 1be0fbd chore: use biome globally (no turbo)
  • a462fcc chore: activate linter everywhere (except demo)

📊 Changes

96 files changed (+464 additions, -1038 deletions)

View changed files

📝 .github/workflows/release.yml (+1 -1)
📝 .gitignore (+0 -3)
.prettierignore (+0 -2)
📝 CONTRIBUTING.md (+2 -2)
biome.json (+31 -0)
demo/biome.json (+10 -0)
📝 demo/browser/src/App.tsx (+3 -3)
📝 demo/browser/vite.config.ts (+1 -1)
📝 demo/cloudflare/src/index.ts (+1 -1)
📝 demo/cloudflare/worker-configuration.d.ts (+1 -1)
📝 demo/cloudflare/wrangler.jsonc (+1 -1)
📝 demo/deno/main.ts (+1 -1)
📝 demo/deno/main_test.ts (+1 -1)
📝 demo/express/2a-agent-loop.ts (+6 -5)
📝 demo/express/2b-agent-loop-workflow.ts (+5 -4)
📝 demo/express/3-adding-state.ts (+6 -5)
📝 demo/express/4-adding-hitl.ts (+6 -5)
📝 demo/express/5-server.ts (+7 -6)
📝 demo/hono/app.ts (+2 -2)
📝 demo/node/basic.ts (+3 -3)

...and 76 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/workflows-ts/pull/169 **Author:** [@marcusschiesser](https://github.com/marcusschiesser) **Created:** 9/8/2025 **Status:** ✅ Merged **Merged:** 9/8/2025 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `ms/use-biome` --- ### 📝 Commits (6) - [`ef29293`](https://github.com/run-llama/workflows-ts/commit/ef29293f98cd7e23e44b62ace8bda502753989e1) chore: add biome - [`136bb8f`](https://github.com/run-llama/workflows-ts/commit/136bb8f2a663695443265cc02a896406ab337c26) chore: format files - [`ce9f242`](https://github.com/run-llama/workflows-ts/commit/ce9f2429493d26841563fd1e27dee6534983536d) chore: replace eslint with biome - [`a454100`](https://github.com/run-llama/workflows-ts/commit/a454100886e3cd7e7f5aa5cd1d8da8819150c4dd) chore: add lint for otel and viz - [`1be0fbd`](https://github.com/run-llama/workflows-ts/commit/1be0fbd0df9798ab4ea9191ad8267a9ad316e6ae) chore: use biome globally (no turbo) - [`a462fcc`](https://github.com/run-llama/workflows-ts/commit/a462fcc550f2403ecde6ab8c3e1cb7d2c26cbf50) chore: activate linter everywhere (except demo) ### 📊 Changes **96 files changed** (+464 additions, -1038 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+1 -1) 📝 `.gitignore` (+0 -3) ➖ `.prettierignore` (+0 -2) 📝 `CONTRIBUTING.md` (+2 -2) ➕ `biome.json` (+31 -0) ➕ `demo/biome.json` (+10 -0) 📝 `demo/browser/src/App.tsx` (+3 -3) 📝 `demo/browser/vite.config.ts` (+1 -1) 📝 `demo/cloudflare/src/index.ts` (+1 -1) 📝 `demo/cloudflare/worker-configuration.d.ts` (+1 -1) 📝 `demo/cloudflare/wrangler.jsonc` (+1 -1) 📝 `demo/deno/main.ts` (+1 -1) 📝 `demo/deno/main_test.ts` (+1 -1) 📝 `demo/express/2a-agent-loop.ts` (+6 -5) 📝 `demo/express/2b-agent-loop-workflow.ts` (+5 -4) 📝 `demo/express/3-adding-state.ts` (+6 -5) 📝 `demo/express/4-adding-hitl.ts` (+6 -5) 📝 `demo/express/5-server.ts` (+7 -6) 📝 `demo/hono/app.ts` (+2 -2) 📝 `demo/node/basic.ts` (+3 -3) _...and 76 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 03:16:21 -05:00
yindo closed this issue 2026-02-16 03:16:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-ts#168