Replies: 2 comments 6 replies
-
Biome has support for formatting JSON.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
We don't plan to match different parsers. Biome uses its own parser and does formatting one way, consistently across languages. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm currently migrating projects from prettier to biome.
In prettier, json files will be formated by 'json-stringify':
But how to do it using biome? 🙏
And there are an issue with formatting json files:
There are multiple blank lines between some lines:
Will be formatted but there is still a blank line:
Is there a way to remove all empty lines ?
Beta Was this translation helpful? Give feedback.
All reactions