Skip to content

Commit

Permalink
Fix: Add autoformat, autofixing, autofix and CSS in JS
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed May 15, 2017
1 parent 61555df commit 2ebbb0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terms.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@
["pre ?release(s?)", "pre-release$1"],
["filetype(s?)", "file type$1"],
["auto[- ]?complete", "autocomplete"],
["auto[- ]?format", "autoformat"],
["auto[- ]?fix", "autofix"],
["auto[- ]?fixing", "autofixing"],
["tree-?shaking", "tree shaking"],
["css-?in-?js", "CSS in JS"],

// Starts from a lower case letter in the middle of a sentence
["(\\w+[^.?!]\\)? )internet", "$1internet"],
Expand Down

0 comments on commit 2ebbb0f

Please sign in to comment.