I used to be team #Prettier, and now I'm team #Biome, because secretly I'm team "best tool for the job".
Prettier solved the human part of the problem: you should not waste a single second on "what style to write in", you just write working code and hit "auto-format".
Done.
Biome solves the problem with trying to auto format JS *using* JS. Instead it does it literal orders of magnitude faster because it's a compiled bytecode executable.
You don't need an entire JS engine just to lint JS.




