Skip to content

Commit

Permalink
Add support to biome for linter safe fixes and import organization as… (
Browse files Browse the repository at this point in the history
#953)

… apart of the `fmt` command
  • Loading branch information
andreilgeorgescu authored Jan 22, 2025
1 parent dc19d2d commit 71ad711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linters/biome/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ lint:
read_output_from: stderr
- name: fmt
output: rewrite
run: biome format --write "${target}"
success_codes: [0]
run: biome check --fix "${target}"
success_codes: [0, 1]
batch: true
cache_results: true
formatter: true
Expand Down

0 comments on commit 71ad711

Please sign in to comment.