Skip to content

Commit

Permalink
fix: Add "autoimport"
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Sep 24, 2024
1 parent 07ca1e0 commit 8a6fdc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terms.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,10 @@
// Single word
["anti[- ]pattern(s)?", "antipattern$1"],
["auto[- ]complete", "autocomplete"],
["auto[- ]format(ting|ted|ter)?", "autoformat$1"],
["auto[- ]fix", "autofix"],
["auto[- ]fixing", "autofixing"],
["auto[- ]format(ting|ted|ter)?", "autoformat$1"],
["auto[- ]import(s|ed|ing)", "autoimport$1"],
["back[- ]end(\\w*)", "backend$1"],
["bug[- ]fix(es)?", "bugfix$1"],
["change[- ]log(s)?", "changelog$1"],
Expand Down

0 comments on commit 8a6fdc3

Please sign in to comment.