biomejs / biome

A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.
https://biomejs.dev
Apache License 2.0
15.19k stars 473 forks source link

šŸ› Format compat issues with Prettier #419

Closed nstepien closed 11 months ago

nstepien commented 1 year ago

Environment information

playground

What happened?

Expected result

Formatting parity with prettier.

Code of Conduct

faultyserver commented 11 months ago

Taking a look at these, 4 and 6 seem to already be fixed, but weren't referenced.

I've got a fix for 5 (typeof expressions), and will start looking at 1, 2, and 3 next.

TaKO8Ki commented 11 months ago

Can I work on this issue?

Conaclos commented 11 months ago

@TaKO8Ki Of course :) One particular case or the three remaining cases?

TaKO8Ki commented 11 months ago

@Conaclos For now, I'll try the first one!

TaKO8Ki commented 11 months ago

@nstepien The third issue listed here was resolved in #733. Could you change the status to completed when you have time?

nstepien commented 11 months ago

Done, thanks!

nstepien commented 11 months ago

Looks like all the compat issues I raised are now fixed, thanks all!