[PR #1791] [MERGED] Add support for biome.jsonc config file #10067

Closed
opened 2026-02-16 18:14:38 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1791
Author: @jake8655
Created: 8/10/2025
Status: Merged
Merged: 8/11/2025
Merged by: @adamdotdevin

Base: devHead: biome-multiple-configs


📝 Commits (3)

  • b649d02 Add support for biome.jsonc config file
  • 021f284 Mention biome.jsonc in docs
  • 9a134e8 Use the correct npm package for biome formatting

📊 Changes

2 files changed (+10 additions, -4 deletions)

View changed files

📝 packages/opencode/src/format/formatter.ts (+9 -3)
📝 packages/web/src/content/docs/docs/formatters.mdx (+1 -1)

📄 Description

Currently opencode only picks up biome.json as the config file for biome formatter.
Biome also supports biome.jsonc which I prefer to use, so this PR adds that option and updates the docs accordingly.


🔄 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/anomalyco/opencode/pull/1791 **Author:** [@jake8655](https://github.com/jake8655) **Created:** 8/10/2025 **Status:** ✅ Merged **Merged:** 8/11/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `biome-multiple-configs` --- ### 📝 Commits (3) - [`b649d02`](https://github.com/anomalyco/opencode/commit/b649d02eda7409c765f95ab2d67fb06bc5bab724) Add support for `biome.jsonc` config file - [`021f284`](https://github.com/anomalyco/opencode/commit/021f284f7ceef90e95ed723fb2ef95e1288afb42) Mention `biome.jsonc` in docs - [`9a134e8`](https://github.com/anomalyco/opencode/commit/9a134e871e23af513553ec092f5e06ed0eb1a094) Use the correct npm package for biome formatting ### 📊 Changes **2 files changed** (+10 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/opencode/src/format/formatter.ts` (+9 -3) 📝 `packages/web/src/content/docs/docs/formatters.mdx` (+1 -1) </details> ### 📄 Description Currently opencode only picks up `biome.json` as the config file for biome formatter. Biome also supports `biome.jsonc` which I prefer to use, so this PR adds that option and updates the docs accordingly. --- <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 18:14:38 -05:00
yindo closed this issue 2026-02-16 18:14:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10067