@graphql-eslint/eslint-plugin
Version:
GraphQL plugin for ESLint
14 lines (11 loc) • 307 B
TypeScript
import { GraphQLESLintRule } from '../types.js';
import 'eslint';
import 'estree';
import 'graphql';
import 'json-schema-to-ts';
import '../siblings.js';
import '@graphql-tools/utils';
import '../estree-converter/types.js';
import 'graphql-config';
declare const rule: GraphQLESLintRule;
export { rule };