UNPKG

eslint-plugin-zod

Version:
51 lines (50 loc) 1.39 kB
declare const _default: { rules: { 'prefer-enum': { create: (context: any) => { CallExpression(node: any): void; }; meta: { docs: { description: string; url: string; }; fixable: string; schema: { additionalProperties: boolean; properties: {}; type: string; }[]; type: string; }; }; 'require-strict': { create: (context: any) => { CallExpression(node: any): void; }; meta: { docs: { description: string; url: string; }; fixable: string; schema: { additionalProperties: boolean; properties: { allowPassthrough: { default: boolean; type: string; }; }; type: string; }[]; type: string; }; }; }; rulesConfig: { 'prefer-enum': number; 'require-strict': number; }; }; export = _default;