Skip to content

Commit c56a4f6

Browse files
authored
docs(ecosystem): add eslint-plugin-zod-x (#5261)
1 parent d22ec0d commit c56a4f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/docs/components/ecosystem.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,12 @@ const zodUtilities: ZodResource[] = [
236236
description: "Interactive playground for testing and exploring Zod and Zod mini schemas in real-time.",
237237
slug: "marilari88/zod-playground",
238238
},
239+
{
240+
name: "eslint-plugin-zod-x",
241+
url: "https://github.com/marcalexiei/eslint-plugin-zod-x",
242+
description: "ESLint plugin that adds custom linting rules to enforce best practices when using Zod",
243+
slug: "marcalexiei/eslint-plugin-zod-x",
244+
},
239245
];
240246

241247
export {

0 commit comments

Comments
 (0)