@graphql-eslint/eslint-plugin
Version:
GraphQL plugin for ESLint
14 lines (13 loc) • 424 B
TypeScript
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;
};
};