Skip to content

Commit

Permalink
fix: Okay, spaces should be allowed too...
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed May 25, 2024
1 parent 2ea0ef6 commit 90d388c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terms.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +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"],
["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"],
Expand Down

0 comments on commit 90d388c

Please sign in to comment.