UNPKG

@graphql-eslint/eslint-plugin

Version:
14 lines (11 loc) 368 B
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 };