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