ricardocosta / bank-fe

Bank UI application powered by Remix
0 stars 0 forks source link

Try biome for formatting #283

Open ricardocosta opened 2 days ago

ricardocosta commented 2 days ago

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).

ricardocosta commented 2 days ago

With Prettier: pnpm format:ci 4.46s user 0.30s system 186% cpu 2.554 total

ricardocosta commented 2 days ago

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