Biome v1.9 is out!
Today we celebrate both the first anniversary of Biome 🎊 and the release of Biome v1.9! Read our blog post for a look back at the first year and the new features of Biome v1.9.
In a nutshell:
- Stable CSS formatting and linting. Enabled by default!
- Stable GraphQL formatting and linting. Enabled by default!
.editorconfig
support. Opt-inbiome search
command to search for patterns in your source code.- New lint rules for JavaScript and its dialects.
I’m one of the core contributors to Biome, btw, so feel free to ask questions!
Prettier doesn’t allow me to control line wrapping.
does biome allow control over this? i don’t want long line to be inconsistently wrapped into multiple lines, and i want short array to be kept at multiple lines
No sorry, we follow Prettier’s philosophy there.