We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
eslint-plugin-zod-x
1 parent d22ec0d commit c56a4f6Copy full SHA for c56a4f6
packages/docs/components/ecosystem.tsx
@@ -236,6 +236,12 @@ const zodUtilities: ZodResource[] = [
236
description: "Interactive playground for testing and exploring Zod and Zod mini schemas in real-time.",
237
slug: "marilari88/zod-playground",
238
},
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
+ },
245
];
246
247
export {
0 commit comments