stevearc / conform.nvim

Lightweight yet powerful formatter plugin for Neovim
MIT License
2.55k stars 135 forks source link

fix(biome-check): use --write instead of deprecated --apply #482

Closed abellaismail7 closed 5 days ago

abellaismail7 commented 1 week ago

biome deprecated --apply.


--apply   Alias for `--write`, writes safe fixes, formatting and import sorting 
          (deprecated, use `--write`)
stevearc commented 5 days ago

LGTM thanks!