Skip to content

Commit

Permalink
Update svgo to use new fix_verb / fix_prompt support (#492)
Browse files Browse the repository at this point in the history
SVGO is not a formatter it is an optimizer!
  • Loading branch information
EliSchleifer authored Sep 27, 2023
1 parent 1d0c3ab commit efe9321
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linters/svgo/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ lint:
success_codes: [0]
batch: true
in_place: true
fix_verb: fix
fix_prompt: Unoptimized svg
tools: [svgo]
direct_configs: [svgo.config.js, svgo.config.mjs, svgo.config.cjs]
suggest_if: files_present
Expand Down

0 comments on commit efe9321

Please sign in to comment.