#BiomeJS
Created an umbrella to track Svelte control-flow syntax works.

Good (bad?) thing is, we can ship these in patches so people can try them straightaway.

github.com/biomejs/biom...
☂️ Implement Svelte control flow syntax · Issue #7928 · biomejs/biome
Description This is an umbrella issue to track all the work needed to support Svelte syntax inside our HTML parser. Implement svelte {#if} {:else if} {:else} {/if} Implement svelte {#each} {:else} ...
github.com
November 4, 2025 at 8:42 AM
is biomejs right for defaulting to tabs instead of spaces
October 27, 2025 at 11:08 PM
Following Ghostty example, in @biomejs.dev we will require people disclosing if they used AI in their PRs

github.com/biomejs/biom...
chore: ai docs revamp by ematipico · Pull Request #7879 · biomejs/biome
Summary This PR revamps the AI usage inside this repository adds a disclosure notice, heavily inspired by the ghostty one CLAUDE.md is now a symbolic link to the contribution guide adds AGENTS.md,...
github.com
October 26, 2025 at 9:54 AM
Biome.js 完整支持 Vue、Svelte 和 Astro 了!感觉可以和 Prettier 说再见了?

https://fosstodon.org/@biomejs/115429274932090463
Biome (@[email protected])
Biome v2.3 is out! 👨‍👨‍👦‍👦 Full support for Vue, Svelte and @[email protected] ‼️ New ignore syntax 🌬️ Tailwind v4 support ⌨️ New CLI flags and reporters https://biomejs.dev/blog/biome-v2-3/
fosstodon.org
October 24, 2025 at 1:37 PM
Well, Oxlint's support for JS plugins is currently experimental. As for Biome, I can't get a handle of whether they will support React-Compiler-friendly rule(s) github.com/biomejs/biom..., I don't even know what to track.

And I'm torn between two linters, did I mention that 😄
October 22, 2025 at 3:31 PM
biomejs / biome: A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP. ★21694 https://github.com/biomejs/biome
biomejs / biome
A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.
github.com
October 18, 2025 at 2:36 PM
Tried again to switch from prettier to @biomejs on work projects.

Good news is that formatting Typescript formating works well and prettier compatibility is now near perfect.

Bad news are that it doesn't yet format sass or yaml, the VSCode extension is invasive and configuration file is still […]
Original post on hachyderm.io
hachyderm.io
October 8, 2025 at 8:04 AM
biomejs / biome: A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP. ★21266 https://github.com/biomejs/biome
biomejs / biome
A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.
github.com
September 30, 2025 at 10:21 PM
Jesus Take The Wheel, I'm arguing about line endings on the Internet - github.com/biomejs/biom...
feat: add 'auto' mode to lineEndings by anaisbetts · Pull Request #7599 · biomejs/biome
Summary Related to #7598, this implements suggestion 3, "auto" as a lineEnding format, without making it the default. Without this feature, it is very difficult to run Biome against cross...
github.com
September 26, 2025 at 4:35 PM
merged two pull requests for biomejs fixing some repo tooling and a linter rule
September 25, 2025 at 5:42 PM
tsconfig は `@tsconfig/strictest` を採用して,linter は `@biomejs/biome` のデフォルトルールのみでひとまずは十分(よくある嫌なパターンはほぼ潰せる)と思う
September 25, 2025 at 8:10 AM
TIL: [JS] Faster formatting and linting
github.com/pdubroy/til/blob/m...
September 17, 2025 at 8:49 AM
J'ai découvert BiomeJS grace à toi, merci énormément, quel plaisir d'avoir enfin un linter/formatter simple et rapide à mettre en place !
September 12, 2025 at 12:11 PM
今まで誰も遭遇してないわけないと思うんだけどなんか間違ってるかなこれ
github.com/biomejs/biom...
🐛 lint/a11y/useSemanticElements can't be suppressed by suppression comment · Issue #7473 · biomejs/biome
Environment information CLI: Version: 2.2.4 Color support: true Platform: CPU Architecture: x86_64 OS: linux Environment: BIOME_LOG_PATH: unset BIOME_LOG_PREFIX_NAME: unset BIOME_CONFIG_PATH: unset...
github.com
September 11, 2025 at 2:00 PM
biomejs / biome: A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP. ★20961 https://github.com/biomejs/biome
biomejs / biome
A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.
github.com
September 9, 2025 at 4:20 PM
Native packages only look like that are zero dep, because npm doesn't count optional dependencies - and native packages are almost always listed as "optional" to cover the different platforms but you have to get one of them.
github.com/biomejs/biom...
github.com
September 4, 2025 at 5:06 AM
Biome v2.2.0リリース。
多数のlintルールのStableに変更とリネーム。
Qwik domainのサポート、.graphqlsファイル対応など。 "Release Biome CLI v2.2.0 · biomejs/biome" https://github.com/biomejs/biome/releases/tag/%40biomejs%2Fbiome%402.2.0 #biome #ReleaseNote
August 16, 2025 at 6:48 AM
前に実装したルールが2つともnurseryから脱却してる
github.com/biomejs/biom...
Release Biome CLI v2.2.0 · biomejs/biome
2.2.0 Minor Changes #5506 1f8755b Thanks @sakai-ast! - The noRestrictedImports rule has been enhanced with a new patterns option. This option allows for more flexible and powerful import restrict...
github.com
August 14, 2025 at 10:51 AM
Did biome just ship explicit support for some user’s in-house file extension? Last I heard (I could be wrong) .graphqls files aren’t a thing github.com/biomejs/biom...

@jeff.auriemma.xyz you spend more time in SDL-land, any takes?
feat(core): add support for `.graphqls` files by avshalomt2 · Pull Request #7118 · biomejs/biome
Summary We use .graphqls files for GraphQL definition files that contain only types (SDL), like this: scalar Time scalar UUID type Tenant { id: UUID! name: String! isActive: Boolean! creat...
github.com
August 14, 2025 at 10:45 AM