biome icon indicating copy to clipboard operation
biome copied to clipboard

📎 `--write` everywhere

Open Conaclos opened this issue 3 months ago • 7 comments

Description

See #2240 for more context.

  • [ ] Add --write and --unsafe option to lint/check CLI commands - --write indicates if (safe) code fixes should be applied - --unsafe indicates that safe and unsafe code fixes should be applied if --write is passed
  • [ ] Make biome <lint|check> --apply an alias of biome <lint|check> --write
  • [ ] Make biome <lint|check> --apply-unsafe an alias of biome <lint|check> --write --unsafe

Conaclos avatar Apr 01 '24 16:04 Conaclos