@graphql-eslint/eslint-plugin
Version:
GraphQL plugin for ESLint
14 lines (11 loc) • 368 B
TypeScript
import { Kind } from 'graphql';
import { f as GraphQLESLintRule } from '../types-8d5f4ae0.js';
import '@graphql-tools/utils';
import 'eslint';
import 'estree';
import 'graphql-config';
import 'json-schema-to-ts';
import '../estree-converter/types.js';
declare const NON_OBJECT_TYPES: Kind[];
declare const rule: GraphQLESLintRule;
export { NON_OBJECT_TYPES, rule };