Skip to content

Commit

Permalink
fix: Add "must have", "should have", "could have", and "won’t have"
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Sep 28, 2024
1 parent 4e76441 commit 34054c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terms.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
["code-?splitting", "code splitting"],
["color-?blind", "color blind"],
["color-?blindness", "color blindness"],
["could-?have(s)?", "could have$1"],
["css-?in-?js", "CSS in JS"],
["end-?user(s)?", "end user$1"],
["file-?type(s)?", "file type$1"],
Expand All @@ -238,15 +239,18 @@
["lint(?:er|ing)?[ -]?rule(s)?", "linter rule$1"],
["lint(?:er|ing)?[ -]?warning(s)?", "linting warning$1"],
["micro-?frontend(s)?", "micro frontend$1"],
["must-?have(s)?", "must have$1"],
["open-?source(ed?)", "open source$1"],
["regexp?(s)?", "regular expression$1"],
["should-?have(s)?", "should have$1"],
["source-?map(s)?", "source map$1"],
["spell-?check(er|ing)?", "spell check$1"],
["style-?guide(s)?", "style guide$1"],
["style-?sheet(s)?", "style sheet$1"],
["tree-?shaking", "tree shaking"],
["user-?base", "user base"],
["web-?page(s)?", "web page$1"],
["won['’]t-?have(s)?", "won’t have$1"],

// Hyphenated
["built ?in(s)?", "built-in$1"],
Expand Down

0 comments on commit 34054c9

Please sign in to comment.