From dc7ea1689f253221e5113e7353b9b07e1b8f42bc Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Fri, 26 Jul 2024 09:51:24 +0200 Subject: [PATCH] fix: Add "cheat sheet" --- terms.jsonc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/terms.jsonc b/terms.jsonc index 20c54f6..460866f 100644 --- a/terms.jsonc +++ b/terms.jsonc @@ -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"],