Revert "fix(types): pluralize settings" (#13573)

Reverts medusajs/medusa#13558
This commit is contained in:
William Bouchard
2025-09-22 15:03:31 -04:00
committed by GitHub
parent e39c472a84
commit 4125665776
3 changed files with 0 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"@medusajs/types": patch
---
fix(types): pluralize word settings

View File

@@ -11,7 +11,6 @@ describe("Pluralize", () => {
expectTypeOf<Pluralize<"species">>().toEqualTypeOf<"species">()
expectTypeOf<Pluralize<"deer">>().toEqualTypeOf<"deer">()
expectTypeOf<Pluralize<"info">>().toEqualTypeOf<"info">()
expectTypeOf<Pluralize<"settings">>().toEqualTypeOf<"settings">()
})
test("pluralize words ending with fe", () => {

View File

@@ -335,7 +335,6 @@ type UncountableRules =
| "salmon"
| "scissors"
| "series"
| "settings"
| "sewage"
| "shambles"
| "shrimp"