UNPKG

@graphql-eslint/eslint-plugin

Version:
15 lines (12 loc) 388 B
import { Kind } from 'graphql'; import { GraphQLESLintRule } from '../../types.js'; import 'eslint'; import 'estree'; import 'graphql-config'; import 'json-schema-to-ts'; import '../../estree-converter/types.js'; import '../../siblings.js'; import '@graphql-tools/utils'; declare const NON_OBJECT_TYPES: Kind[]; declare const rule: GraphQLESLintRule; export { NON_OBJECT_TYPES, rule };