UNPKG

@graphql-eslint/eslint-plugin

Version:
17 lines (16 loc) 498 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("eslint").Linter.ProcessorFile & { lineOffset: number; offset: number; })>; }; export declare const configs: { [k: string]: { extends: string; }; };