chore: switch from prettier to biome for formatting the files by benoitf · Pull Request #9336 · podman-desktop/podman-desktop (original) (raw)
What does this PR do?
use a faster formatter and handling more files by default out of the box
it can format the entire repository in few ms (without any cache)
for review, there are 2 commits, so you might look at each one separately
- one replacing prettier by biome
- one applying then the formatter (and then there are few formatting changes from prettier)
mostly on JSON files or with some playwright tests. I can't find any rules to make the exact formatting
Screenshot / video of UI
What issues does this PR fix or reference?
fixes #8970
How to test this PR?
- Tests are covering the bug fix or the new feature