@graphql-eslint/eslint-plugin
Version:
GraphQL plugin for ESLint
13 lines (10 loc) • 301 B
text/typescript
import { GraphQLESLintRule } from '../../types.cjs';
import 'eslint';
import 'graphql';
import 'graphql-config';
import '../../estree-converter/types.cjs';
import 'estree';
import '../../siblings.cjs';
import '@graphql-tools/utils';
declare const rule: GraphQLESLintRule<[], true>;
export { rule };