UNPKG

@graphql-eslint/eslint-plugin

Version:
11 lines (10 loc) 457 B
export { rules } from './rules/index.js'; export { parseForESLint } from './parser.js'; export * from './testkit.js'; export * from './types.js'; export { requireGraphQLSchemaFromContext, requireSiblingsOperations } from './utils.js'; export declare const processors: { graphql: import("eslint").Linter.Processor<string | import("./processor.js").Block>; }; export { configs } from './configs/index.js'; export { flatConfigs } from './flat-configs.js';