Skip to content

Commit

Permalink
fix: Add "cheat sheet"
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Jul 26, 2024
1 parent 8af492e commit dc7ea16
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions terms.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -221,27 +221,28 @@

// Multiple words
["array item(s)?", "array element$1"],
["css-?in-?js", "CSS in JS"],
["cheat-?sheet(s)?", "cheat sheet$1"],
["code-?review(s)?", "code review$1"],
["code-?splitting", "code splitting"],
["color-?blind", "color blind"],
["color-?blindness", "color blindness"],
["css-?in-?js", "CSS in JS"],
["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"],
["lint(?:er|ing)?[ -]?warning(s)?", "linting warning$1"],
["lint(?:er|ing)?[ -]?issue(s)?", "linting issue$1"],
["lint(?:er|ing)?[ -]?rule(s)?", "linter rule$1"],
["lint(?:er|ing)?[ -]?warning(s)?", "linting warning$1"],
["micro-?frontend(s)?", "micro frontend$1"],
["open-?source(ed?)", "open source$1"],
["regexp?(s)?", "regular expression$1"],
["source-?map(s)?", "source map$1"],
["spell-?check(er|ing)?", "spell check$1"],
["style-?guide(s)?", "style guide$1"],
["tree-?shaking", "tree shaking"],
["source-?map(s)?", "source map$1"],
["style-?sheet(s)?", "style sheet$1"],
["tree-?shaking", "tree shaking"],
["user-?base", "user base"],
["web-?page(s)?", "web page$1"],

Expand Down

0 comments on commit dc7ea16

Please sign in to comment.