Open ricardocosta opened 2 days ago
With Prettier: pnpm format:ci 4.46s user 0.30s system 186% cpu 2.554 total
While formatting itself works, there is still no support for import sorting that matches the existing behaviour. That is being added in https://github.com/biomejs/biome/issues/3177
Description
Try and use Biome for formatting instead of Prettier, in an attempt to make things faster and resilient to not-so-well-formed code.
Beware that we are using prettier plugins and those features should remain available (namely, import sorting).