Skip to content

Commit 8a6fdc3

Browse files
committed
fix: Add "autoimport"
1 parent 07ca1e0 commit 8a6fdc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

terms.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,10 @@
175175
// Single word
176176
["anti[- ]pattern(s)?", "antipattern$1"],
177177
["auto[- ]complete", "autocomplete"],
178-
["auto[- ]format(ting|ted|ter)?", "autoformat$1"],
179178
["auto[- ]fix", "autofix"],
180179
["auto[- ]fixing", "autofixing"],
180+
["auto[- ]format(ting|ted|ter)?", "autoformat$1"],
181+
["auto[- ]import(s|ed|ing)", "autoimport$1"],
181182
["back[- ]end(\\w*)", "backend$1"],
182183
["bug[- ]fix(es)?", "bugfix$1"],
183184
["change[- ]log(s)?", "changelog$1"],

0 commit comments

Comments
 (0)