UNPKG

@graphql-eslint/eslint-plugin

Version:
14 lines (13 loc) 424 B
export { rules } from './rules'; export { parseForESLint } from './parser'; export * from './testkit'; export * from './types'; export { requireGraphQLSchemaFromContext, requireSiblingsOperations } from './utils'; export declare const processors: { graphql: import("eslint").Linter.Processor<string | import("./processor").Block>; }; export declare const configs: { [k: string]: { extends: string; }; };