Skip to content

Commit

Permalink
fix: Add "preload", "prefetch", and "lazy loading"
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Jun 30, 2024
1 parent 8ac0654 commit 01532eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terms.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@
["over[- ]engineer(ing|ed)", "overengineer$1"],
["pre[- ]condition(s)?", "precondition$1"],
["pre[- ]defined", "predefined"],
["pre[- ]fetch(ing|ed)?", "prefetch$1"],
["pre[- ]load(ing|ed)?", "preload$1"],
["pre[- ]release(s)?", "prerelease$1"],
["re[- ]write", "rewrite"],
["run[- ]time", "runtime"],
Expand All @@ -223,6 +225,7 @@
["color-?blindness", "color blindness"],
["end-?user(s)?", "end user$1"],
["file-?type(s)?", "file type$1"],
["lazy-?load(ed|ing)?", "lazy load$1"],
["line-?break(s)?", "line break$1"],
["lint(?:er|ing)?[ -]?issue(s)?", "linting issue$1"],
["lint(?:er|ing)?[ -]?error(s)?", "linting error$1"],
Expand Down

0 comments on commit 01532eb

Please sign in to comment.