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-in
  • biome search command to search for patterns in your source code.
  • New lint rules for JavaScript and its dialects.
  • dinckel
    link
    fedilink
    27 days ago

    Biome has been really nice so far. I’ve made the switch about a year ago, and outside of tooling issues, that are pretty much long gone, there’s nothing to complain about.

    Was waiting for CSS support for a while too. Unfortunately i mostly use tailwind these days, so it would be nice to have some support for ordering the tags there

  • @arendjrOP
    link
    17 days ago

    I’m one of the core contributors to Biome, btw, so feel free to ask questions!

    • @[email protected]
      link
      fedilink
      25 days ago

      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

      • @arendjrOP
        link
        15 days ago

        No sorry, we follow Prettier’s philosophy there.