From 0fb65fe13f9bc12769a331f768d27ada0af8fc76 Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Sat, 25 May 2024 10:36:33 +0200 Subject: [PATCH] fix: Add "linting issues/error/warning" and "linter rule" --- terms.jsonc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/terms.jsonc b/terms.jsonc index 94e0daa..de68eba 100644 --- a/terms.jsonc +++ b/terms.jsonc @@ -152,6 +152,10 @@ ["color-?blindness", "color blindness"], ["end-?user(s)?", "end user$1"], ["file-?type(s)?", "file type$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)-?rule(s)?", "linter rule$1"], ["micro-?frontend(s)?", "micro frontend$1"], ["open-?source(ed?)", "open source$1"], ["regexp?(s)?", "regular expression$1"],