eslint-plugin-zod
Version:
Zod linting rules for ESLint.
20 lines (19 loc) • 407 B
TypeScript
declare const _default: {
create: (context: any) => {
CallExpression(node: any): void;
};
meta: {
docs: {
description: string;
url: string;
};
fixable: string;
schema: {
additionalProperties: boolean;
properties: {};
type: string;
}[];
type: string;
};
};
export = _default;