From 3709eb781f5511dcd449f7a12643068bc675894d Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Sat, 28 Sep 2024 11:31:12 +0200 Subject: [PATCH] fix: Add "nice to have" --- terms.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/terms.jsonc b/terms.jsonc index f23bac5..de8e5f0 100644 --- a/terms.jsonc +++ b/terms.jsonc @@ -240,6 +240,7 @@ ["lint(?:er|ing)?[ -]?warning(s)?", "linting warning$1"], ["micro-?frontend(s)?", "micro frontend$1"], ["must-?have(s)?", "must have$1"], + ["nice-?to-?have(s)?", "nice to have$1"], ["open-?source(ed?)", "open source$1"], ["regexp?(s)?", "regular expression$1"], ["should-?have(s)?", "should have$1"],