Replies: 4 comments 1 reply
-
I want to share Prettier 's vision around options |
Beta Was this translation helpful? Give feedback.
-
@ematipico but |
Beta Was this translation helpful? Give feedback.
-
This isn't necessarily true. With git, you can ignore commits of this kind. We do that in our codebase: https://github.com/biomejs/biome/blob/main/.git-blame-ignore-revs#L8 |
Beta Was this translation helpful? Give feedback.
-
This is now implemented. |
Beta Was this translation helpful? Give feedback.
-
The only missing rule from Prettier that would prevent migrating my ~30k file codebase is
bracketSpacing
, without which Biome adds spaces to every object. Any chance of implementing this?(The only other non-rule functionality we use is per-file rule overrides, i.e. being able to change max line length for specific files, but that's potentially less crucial.)
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions