|
228 | 228 | ["code-?splitting", "code splitting"], |
229 | 229 | ["color-?blind", "color blind"], |
230 | 230 | ["color-?blindness", "color blindness"], |
| 231 | + ["could-?have(s)?", "could have$1"], |
231 | 232 | ["css-?in-?js", "CSS in JS"], |
232 | 233 | ["end-?user(s)?", "end user$1"], |
233 | 234 | ["file-?type(s)?", "file type$1"], |
|
238 | 239 | ["lint(?:er|ing)?[ -]?rule(s)?", "linter rule$1"], |
239 | 240 | ["lint(?:er|ing)?[ -]?warning(s)?", "linting warning$1"], |
240 | 241 | ["micro-?frontend(s)?", "micro frontend$1"], |
| 242 | + ["must-?have(s)?", "must have$1"], |
241 | 243 | ["open-?source(ed?)", "open source$1"], |
242 | 244 | ["regexp?(s)?", "regular expression$1"], |
| 245 | + ["should-?have(s)?", "should have$1"], |
243 | 246 | ["source-?map(s)?", "source map$1"], |
244 | 247 | ["spell-?check(er|ing)?", "spell check$1"], |
245 | 248 | ["style-?guide(s)?", "style guide$1"], |
246 | 249 | ["style-?sheet(s)?", "style sheet$1"], |
247 | 250 | ["tree-?shaking", "tree shaking"], |
248 | 251 | ["user-?base", "user base"], |
249 | 252 | ["web-?page(s)?", "web page$1"], |
| 253 | + ["won['’]t-?have(s)?", "won’t have$1"], |
250 | 254 |
|
251 | 255 | // Hyphenated |
252 | 256 | ["built ?in(s)?", "built-in$1"], |
|
0 commit comments