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