Essentially itโs an analyser, linter and and formatter. A bit like something that was popular for a while called, Rome. A lot like what weโre using to seeing in projects with something called, Prettier.
Itโs fast! It also integrates very nicely within applications, whether you chose to use VSCode or add it in as a dependency into your project.
Here are a few ways you can set up Biome.
npm install --save-dev --save-exact @biomejs/biome
Search for โBiomeโ in extensions.
The docs do a great job of describing the underlying structure of everything and what makes it different from Prettier, gets exactly to the point. If youโre interested in understanding whatโs going on, I would suggest delving into the GitHub repo.