Replies: 1 comment
-
We have already an issue to track the change #2267 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
biome check
/biome lint
use--apply
to mean that fixes should be applied to files, butbiome format
uses--write
to mean the same thing (which I assume was done to allow dropping Biome directly into scripts that once used Prettier). They should be standardized in some way. This should probably be done by allowing--apply
inbiome format
, since--write
is ambiguous for lint/check due to their concept of safe vs. unsafe.Beta Was this translation helpful? Give feedback.
All reactions