Hi everyone. I've been testing Biome for the past three weeks, trying to use it for everything I used to do with ESLint and Prettier. I wanted to share my experience since I was really nervous about switching.
The setup was surprisingly easy. I just installed the VS Code extension and ran `npx @biomejs/biome init`. It created a `biome.json` and just worked. Linting and formatting happen together now, which feels faster. I did run into a few rules that were different from my old ESLint config, especially around import sorting. It took me a bit to figure out how to adjust them in the `biome.json`.
Overall, I'm liking it so far. The single tool and config file is less overwhelming for me. Has anyone else made this switch? Were there any specific rule configurations you had to change to match your old setup?