We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ca1e0 commit 8a6fdc3Copy full SHA for 8a6fdc3
terms.jsonc
@@ -175,9 +175,10 @@
175
// Single word
176
["anti[- ]pattern(s)?", "antipattern$1"],
177
["auto[- ]complete", "autocomplete"],
178
- ["auto[- ]format(ting|ted|ter)?", "autoformat$1"],
179
["auto[- ]fix", "autofix"],
180
["auto[- ]fixing", "autofixing"],
+ ["auto[- ]format(ting|ted|ter)?", "autoformat$1"],
181
+ ["auto[- ]import(s|ed|ing)", "autoimport$1"],
182
["back[- ]end(\\w*)", "backend$1"],
183
["bug[- ]fix(es)?", "bugfix$1"],
184
["change[- ]log(s)?", "changelog$1"],
0 commit comments