3 comments

[ 3.1 ms ] story [ 7.6 ms ] thread
The TypeScript, JSX and JavaScript formatter has surpassed the 97% compatibility rate with Prettier.

Biome now provides over 190 lint rules from ESlint, TypeScript ESlint, and others sources.

This version also adds new CLI options that enabled to format and lint only files that changed (using Git).

We also announced our roadmap for 2024 [0] and our new logo and homepage [1]!

[0] https://biomejs.dev/blog/roadmap-2024

[1] https://biomejs.dev/

I've been using biome/rome for over a year and it's getting pretty good. The rebranding looks great !

I can't wait for HTML support :)

Edit: I would love to see an equivalent to ESLint's no-floating-promises, but I believe this is blocked since the linter is not type aware (yet?).

Yes, we need multi-file analysis and a type system. It is part of our roadmap for 2024.