Skip to content

Commit

Permalink
fix: Cath more wrongly-spelled naming conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Aug 2, 2024
1 parent 942153e commit 4a4cdbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terms.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@
["(?<=(?:\\w+[^.?!])? )npm\\b", "npm"],

// Cases
["kebab[- ]?case", "kebab-case"],
["camel[- ]?case", "camelCase"],
["pascal[- ]?case", "PascalCase"],
["kebab[_ ]?case", "kebab-case"],
["camel[_- ]?case", "camelCase"],
["pascal[_- ]?case", "PascalCase"],
["snake[- ]?case", "snake_case"],
["screaming[- ]?snake[- ]?case", "SCREAMING_SNAKE_CASE"],

Expand Down

0 comments on commit 4a4cdbd

Please sign in to comment.