@biomejs.dev
π€ 2103
π₯ 20
π 61
Official BlueSky account of Biome. Website:
https://biomejs.dev
Discord:
https://biomejs.dev/chat
pinned post!
Biome has a starter pack too! Here are some members that constantly contribute to the project π
go.bsky.app/MWFXD81
add a skeleton here at some point
10 months ago
1
29
6
reposted by
Wojciech Maj
about 1 month ago
POV: You're a GitHub Copilot Agent running
@biomejs.dev
for the first time. π€£
1
16
1
Biome v2.2 is now available: π JS formatter operator line break β« are Many rules promoted to stable π§ More intelligent scanner π Added the ability to change the sort order algorithm β¨ Improved how folders should be ignored π Improved summary reporter
github.com/biomejs/biom...
loading . . .
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...
https://github.com/biomejs/biome/releases/tag/%40biomejs/biome%402.2.0
about 1 month ago
0
45
4
Did you know? You can use the Playground to validate the configuration file. Create a biome.json file, and the playground does the rest:
biomejs.dev/playground/?...
loading . . .
Playground
Biome's interactive playground
https://biomejs.dev/playground/?files.main.json=&files.biome.json=ewAKACAAIAAiAGYAaQBsAGUAcwAiADoAIAB7AAoAIAAgACAAIAAiAGkAbgBjAGwAdQBkAGUAIgA6ACAAWwAiACIAXQAKACAAIAB9AAoAfQA%3D
about 2 months ago
0
19
0
Version v2.1.2 should address the recent memory leak issue. Please use this issue for further feedback
github.com/biomejs/biom...
loading . . .
π Memory leak in `biome.exe` Β· Issue #6784 Β· biomejs/biome
VS Code version 1.202.0 Extension version 3.1.0 Biome version 2.1.0 Operating system Windows macOS Linux Description Found performance issues on my PC, randomly checked task manager, and found biom...
https://github.com/biomejs/biome/issues/6784
2 months ago
0
11
0
The open source community is amazing. Thank you
@isabelroses.com
for bearing with us! π π« β₯οΈ
add a skeleton here at some point
3 months ago
1
13
0
One more push to reach 20k GitHub stars! β
3 months ago
0
22
1
Biome 2.1 has been released! It's a relatively minor maintenance release, but still has some goodies: * Faster scanner * Improved type inference * New rules * Many fixes!
biomejs.dev/blog/biome-v...
3 months ago
0
41
6
We have started working on providing full support for
@vuejs.org
,
@svelte.dev
,
@astro.build
, and hopefully,
@angular.dev
as well. Subscribe and engage with the following issue
github.com/biomejs/biom...
loading . . .
βοΈ HTML-ish languages Β· Issue #6657 Β· biomejs/biome
Description Addresses #1726 This issue serves as an entry point to collect tasks, comments, and feedback regarding the support of Vue, Svelte and Astro files inside Biome. We don't have a definitiv...
https://github.com/biomejs/biome/issues/6657
3 months ago
0
70
11
reposted by
Arend van Beelen
3 months ago
With this latest PR, inference for `noFloatingPromises` is pushed to over 80% success rate in Vercel's repositories:
https://github.com/biomejs/biome/pull/6404
While I targeted specific patterns used by their own `swr` library, all the fixes are generically applicable, meaning other code [β¦]
loading . . .
Original post on mstdn.social
https://mstdn.social/@arendjr/114709378700677675
0
17
2
reposted by
Arend van Beelen
3 months ago
With Biome v2 reaching ~75% accuracy for the `noFloatingPromises` rule, one might wonder, how? * First of all keep in mind this is measured on a single (very large) repository. Yours might fare differently depending on libraries/patterns/etc.. * What you're seeing is a successful application of [β¦]
loading . . .
Original post on mstdn.social
https://mstdn.social/@arendjr/114703165825152460
0
6
3
reposted by
Arend van Beelen
3 months ago
My Vercel contract is almost coming to an end, but I'm extremely happy that we managed to get to about 75% success rate for `noFloatingPromises` in our v2 release:
https://biomejs.dev/blog/biome-v2/
The success rate is even slightly higher already in the `next` branch, and I still have 2 weeks [β¦]
loading . . .
Original post on mstdn.social
https://mstdn.social/@arendjr/114699399110867891
0
9
2
Biome v2βcodename: Biotype is here! The first type-aware linter that doesn't require tsc π Type-aware lint rules π§βπ Plugins π Monorepo support π Revamped, configurable import sorting π§ Linter domains π ββοΈ Bulk suppressions π©ββοΈ Analyzer assist
3 months ago
3
115
33
add a skeleton here at some point
3 months ago
0
11
0
v3 of the Biome VS Code is now available! - ποΈ Support for multi-root workspaces - π Support for single-file mode - π» Support for unsaved files - π Automatic reload after updating Biome - βοΈ Automatic reload after configuration changes - β¨ Improved status indicator
4 months ago
2
48
7
reposted by
Emanuele (Ema)
4 months ago
All right, we are very close.
@biomejs.dev
v2 is very stable now. There are no memory leaks, no major regressions, and still good DX. Multi-file analysis took a while, and I hope the next major (if ever) will take less time to get out. Now to polish docs, do some more testing, and we're ready!
1
58
4
People can't slack off anymore nowadays!
add a skeleton here at some point
4 months ago
1
32
0
reposted by
Arend van Beelen
4 months ago
Over the weekend, I wrote an overview of Biome's type architecture, including our motivation and a discussion of the constraints that led to this architecture: https://arendjr.nl/blog/2025/05/biome-type-architecture/ Reply to this post to comment!
#OpenSource
#WebDev
#tooling
#JavaScript
[β¦]
loading . . .
Original post on mstdn.social
https://mstdn.social/@arendjr/114495322921949004
2
17
9
We just released a new beta version of v2. It contains many fixes and enhancements.
github.com/biomejs/biom...
loading . . .
Release CLI v2.0.0-beta.2 Β· biomejs/biome
What's Changed Other changes fix(lint): keep comments in noUnusedImports by @ematipico in #5468 fix(lint/noDestructuredProps): better check when inside a function by @ematipico in #5467 fix(migrat...
https://github.com/biomejs/biome/releases/tag/%40biomejs%2Fbiome%402.0.0-beta.2
5 months ago
0
26
0
reposted by
Emanuele (Ema)
5 months ago
At
@biomejs.dev
, we're about to implement a lint rule that checks the exhaustiveness of switch cases. It uses inferred types!!
github.com/biomejs/biom...
loading . . .
feat(lint): implement `useExhaustiveSwitchCases` - `typescript-eslint/switch-exhaustiveness-check` by siketyan Β· Pull Request #5762 Β· biomejs/biome
Summary Initial implementation of a new rule useExhaustiveSwitchCases, which is an equivalent to typescript-eslint/switch-exhaustiveness-check. I left code actions and options for future improvemen...
https://github.com/biomejs/biome/pull/5762
2
42
8
Biome has a new bronze sponsor π₯
www.jetbrains.com
loading . . .
JetBrains: Essential tools for software developers and teams
JetBrains is a cutting-edge software vendor specializing in the creation of intelligent development tools, including IntelliJ IDEA β the leading Java IDE, and the Kotlin programming language.
https://www.jetbrains.com/
5 months ago
0
34
1
Biome has a new gold sponsor π₯ - Depot Biome now uses Depot in all its repositories. Depot brings faster tests, benchmarks, linting and releases!
depot.dev
loading . . .
Depot
Accelerated builds for Docker images and GitHub Actions workflows.
https://depot.dev
5 months ago
1
26
2
reposted by
Arend van Beelen
5 months ago
I'm now two weeks in on my work on
@biomejs
's type inference and we can now resolve types in this code: ```ts class DeepThought { /* class members */ } export const superComputer = new DeepThought(); ``` It doesn't matter that `DeepThought` isn't being exported, or that the code is defined [β¦]
loading . . .
Original post on mstdn.social
https://mstdn.social/@arendjr/114335789269691838
0
5
1
Biome has a new bronze sponsor π₯
www.pennylane.com
loading . . .
Plateforme tout-en-un de gestion financière & comptabilité
Pennylane est la plateforme tout-en-un de gestion financière et comptabilité des dirigeants d'entreprise et de leurs experts-comptables
https://www.pennylane.com/
6 months ago
0
9
0
Biome partners with Vercel to improve type inference We are proud to announce that Biome is kicking off our much-discussed type inference efforts in a partnership with Vercel! Read all about it here:
biomejs.dev/blog/vercel-...
#javascript
#typescript
#opensource
#tooling
loading . . .
Biome partners with Vercel to improve type inference
Biome partners with Vercel to futher our type inference efforts
https://biomejs.dev/blog/vercel-partners-biome-type-inference
6 months ago
3
62
11
Biome v2 beta release is now available! π οΈ Plugins: create custom lint rules with GritQL π Multi-file analysis π Revamped, configurable import sorting π§ Linter domains π ββοΈ New suppressions π©ββοΈ Analyzer assist ..and more!!
biomejs.dev/blog/biome-v...
loading . . .
Biome v2.0 beta
A major milestone in the making
https://biomejs.dev/blog/biome-v2-0-beta/
6 months ago
6
114
27
reposted by
Emanuele (Ema)
6 months ago
At
@biomejs.dev
, we're about to land the best import sorting you can have in JavaScript. Fast and configurable. And you don't need a plugin, it's part of core. Courtesy of
@conaclos.bsky.social
! ππ
3
59
3
Biome V2 will ship the new rule noFloatingPromises βοΈ It's an early PoC, if you want to try it you can install our the preview release
biomejs.dev/linter/rules...
loading . . .
noFloatingPromises
Require Promise-like statements to be handled appropriately.
https://biomejs.dev/linter/rules/no-floating-promises/
7 months ago
2
57
11
reposted by
CJ
8 months ago
I recap the 15 most starred JS tools, libraries, frameworks and run-times of 2024. (Congrats to:)
@drizzle.team
@htmx.org
@tailwindcss.com
@deno.land
@tauri.app
@react.dev
@playwright.dev
@bun.sh
@astro.build
@biomejs.dev
@nodejs.org
@shadcn.com
@hono.dev
Watch πΏ -
www.youtube.com/watch?v=NBDn...
loading . . .
The MOST Starred JS Projects
YouTube video by Syntax
https://www.youtube.com/watch?v=NBDnS9UQg5w
1
46
8
Biome has a new Silver Sponsor, Lokalise!
lokalise.com
loading . . .
A Localization and Translation Software Tool | Lokalise
Find out how Lokalise can help you automate your workflow and make the localization process easier!
https://lokalise.com/
8 months ago
0
10
1
reposted by
Arend van Beelen
8 months ago
Another exciting
#biome
development: I just opened a PR for our first **multi-file analysis rule: `noImportCycles`** There is still some other tasks I need to do to complete the multi-file analysis, but hopefully this means we've also reached the point where contributors can chime in and [β¦]
loading . . .
Original post on mstdn.social
https://mstdn.social/@arendjr/113877521639609199
0
10
3
Official
#Docker
images for Biome are here! π³ If you're using
#GitLab
CI, they'll definitely make your experience smoother. Check out our docs for all details:
biomejs.dev/guides/manua...
loading . . .
Manual installation
Install the Biome manually
https://biomejs.dev/guides/manual-installation/#docker
8 months ago
0
22
2
Today weβre happy to share our plans for Biome 2.0 as well as the rest of our roadmap for 2025. Read all about it here:
biomejs.dev/blog/roadmap...
#OpenSource
#WebDev
#Tooling
for
#JavaScript
#TypeScript
#CSS
#GraphQL
and
#GritQL
, written in
#Rust
loading . . .
Roadmap 2025 and Biome 2.0
https://biomejs.dev/blog/roadmap-2025/
8 months ago
5
79
14
As of now, Biome is open to taking **Commercial Support** requests. If you are looking for commercial support, feel free to reach out and we'll try to bring you in contact with a fitting Biome contributor!
biomejs.dev/support/
loading . . .
Commercial Support
Commercial support for Biome
https://biomejs.dev/support/
8 months ago
0
21
2
Biome was the highest-rising star of tooling in 2024!
risingstars.js.org/2024/en#sect...
loading . . .
2024 JavaScript Rising Stars
A complete overview of the JavaScript landscape in 2024: trends about frontend, fullstack and Node.js frameworks, React and Vue.js ecosystems, build tools, state management...
https://risingstars.js.org/2024/en#section-build
9 months ago
0
21
3
Biome has a new Gold Sponsor,
@vercel.com
!
vercel.com
loading . . .
Vercel: Build and deploy the best web experiences with the Frontend Cloud β Vercel
Vercel's Frontend Cloud gives developers the frameworks, workflows, and infrastructure to build a faster, more personalized web.
https://vercel.com/
9 months ago
3
31
3
Lead maintainer
@arendjr.mstdn.social.ap.brid.gy
talks about Biome, and the upcoming features in v2
add a skeleton here at some point
9 months ago
0
11
0
reposted by
Emanuele (Ema)
9 months ago
I'm really bumped by how the
@biomejs.dev
linter is shaping for v2! You'll get new suppressions, better defaults (less opinionated), better way opt in/out rules, better integration with the ecosystem. For example, if you use a testing lib, Biome will automatically enable the testing rules :)
3
41
4
reposted by
Arend van Beelen
10 months ago
If you have no plans yet for Thursday night and you happen to be around
#Amsterdam
, I'll be speaking about @biomejs at the
#Rust
#meetup
at the @jetbrains office:
https://www.meetup.com/nl-NL/rust-amsterdam-group/events/304514267/
Maybe I'll see you there!
0
5
1
reposted by
Leon π¬π§
10 months ago
Iβm giving Better-Auth a first try along with
@nextjs.org
15,
@react.dev
19, Neon DB,
@drizzle.team
all formatted and linted with
@biomejs.dev
. All very cool tech, give them a look
2
3
1
reposted by
Wojciech Maj
10 months ago
Amazon just migrated their most important GitHub Action to
@vitest.dev
and
@biomejs.dev
π This is the way.
github.com/aws-actions/...
loading . . .
chore: migrate to biomejs by kellertk Β· Pull Request #1167 Β· aws-actions/configure-aws-credentials
Migrating from eslint to biomejs and jest to vitest. Note: There are a lot of changes here due to the linter change, which slightly modified style on a few files. Also the tests were completely rew...
https://github.com/aws-actions/configure-aws-credentials/pull/1167
2
46
5
reposted by
Arend van Beelen
10 months ago
Lately I've been brooding on how best to implement Multi-File Analysis in @biomejs. So I've collected my thoughts and written them down in an RFC, so our community can understand our choices and see what we are working on. Read all about it here [β¦]
loading . . .
Original post on mstdn.social
https://mstdn.social/@arendjr/113560550105806021
1
5
3
Biome has a starter pack too! Here are some members that constantly contribute to the project π
go.bsky.app/MWFXD81
add a skeleton here at some point
10 months ago
1
29
6
reposted by
Emanuele (Ema)
10 months ago
The next version of
@biomejs.dev
will ship with a new suppression kind called "range suppression". Here's a sneak peek:
1
18
3
reposted by
Forge 42
10 months ago
Since we are already releasing, we just have open-sourced our "base-stack" πβ¨ the most advanced RR7 template to jump-start your next project or to help you try out React Router 7.
github.com/forge42dev/b...
@biomejs.dev
@tailwindcss.com
@webpro.nl
@vitest.dev
@vite.dev
@brookslybrand.bsky.social
loading . . .
https://github.com/forge42dev/base-stack
1
11
5
People say Biome is fast, but how fast? Reply here, and share a screenshot of how long it takes Biome to run in your biggest project ποΈπ₯π₯π₯
10 months ago
1
22
2
reposted by
Emanuele (Ema)
11 months ago
The next version of
@biomejs.dev
will ship more features via editor. For example, you can decide to apply specific code actions without touching the configuration:
4
40
4
reposted by
Alem Tuzlak
11 months ago
@biomejs.dev
CI run takes around 0-3s :)
1
2
1
π¦
11 months ago
0
38
1
you reached the end!!
feeds!
log in