UNPKG

eslint-plugin-graphile-export

Version:

ESLint plugin to help ensure your schema is exportable by graphile-export

4 lines 187 B
import type { Rule } from "eslint"; export declare const NoNested: Rule.RuleModule; export declare function hasExportableParent(node: any): boolean; //# sourceMappingURL=NoNested.d.ts.map