@graphql-eslint/eslint-plugin
Version:
GraphQL plugin for ESLint
14 lines (11 loc) • 536 B
TypeScript
import { ExecutableDefinitionNode } from 'graphql';
import { GraphQLESTreeNode } from '../estree-converter/types.js';
import { c as GraphQLESLintRuleContext, f as GraphQLESLintRule } from '../types-8d5f4ae0.js';
import 'eslint';
import 'estree';
import '@graphql-tools/utils';
import 'graphql-config';
import 'json-schema-to-ts';
declare const checkNode: (context: GraphQLESLintRuleContext, node: GraphQLESTreeNode<ExecutableDefinitionNode>, ruleId: string) => void;
declare const rule: GraphQLESLintRule;
export { checkNode, rule };