Victorien Elvinger
Victorien Elvinger
Not for now. However, this could be a great addition!
> Regarding the issue with cjxl; currently reading of jxl files is not supported In this case, how can we losslessly recreate a `jpeg` from a `jxl`?
> We already have symbol as a type I updated the issue :) > As of the next version, we parse and error (with a quickfix to the Flow version)...
Thanks for your input :)
We [added this rule](https://biomejs.dev/linter/rules/no-accumulating-spread/) to Biome several months ago. Any feedbacks are welcomed :)
On second thought, I think we should use `--fix` instead of `--write` because it is a more common option name among linters. This will generate more deprecations, but I think...
> But Biome isn't just a linter π Yes. However, `biome format --fix` makes sense?
I don't understand what you mean, it seems to me that the following two paragraphs are contradictory. > I'm in favor of unifying --fix but considering --fix-unsafe, users might think...
Alternatively, we could accept both `--write` and `--fix` because we have users migrating from Prettier (that uses `--write`) and ESLint (that uses `--fix`).
> So one would be the alias of the other? Yes. I am not fond of aliases, however, in our case, this looks like a good UX.