Skip to content

Commit 34054c9

Browse files
committed
fix: Add "must have", "should have", "could have", and "won’t have"
1 parent 4e76441 commit 34054c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

terms.jsonc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@
228228
["code-?splitting", "code splitting"],
229229
["color-?blind", "color blind"],
230230
["color-?blindness", "color blindness"],
231+
["could-?have(s)?", "could have$1"],
231232
["css-?in-?js", "CSS in JS"],
232233
["end-?user(s)?", "end user$1"],
233234
["file-?type(s)?", "file type$1"],
@@ -238,15 +239,18 @@
238239
["lint(?:er|ing)?[ -]?rule(s)?", "linter rule$1"],
239240
["lint(?:er|ing)?[ -]?warning(s)?", "linting warning$1"],
240241
["micro-?frontend(s)?", "micro frontend$1"],
242+
["must-?have(s)?", "must have$1"],
241243
["open-?source(ed?)", "open source$1"],
242244
["regexp?(s)?", "regular expression$1"],
245+
["should-?have(s)?", "should have$1"],
243246
["source-?map(s)?", "source map$1"],
244247
["spell-?check(er|ing)?", "spell check$1"],
245248
["style-?guide(s)?", "style guide$1"],
246249
["style-?sheet(s)?", "style sheet$1"],
247250
["tree-?shaking", "tree shaking"],
248251
["user-?base", "user base"],
249252
["web-?page(s)?", "web page$1"],
253+
["won['’]t-?have(s)?", "won’t have$1"],
250254

251255
// Hyphenated
252256
["built ?in(s)?", "built-in$1"],

0 commit comments

Comments
 (0)