UNPKG

@graphql-eslint/eslint-plugin

Version:
14 lines (11 loc) 363 B
import { Kind } from 'graphql'; import { GraphQLESLintRule } from '../../types.cjs'; import 'eslint'; import 'graphql-config'; import '../../estree-converter/types.cjs'; import 'estree'; import '../../siblings.cjs'; import '@graphql-tools/utils'; declare const NON_OBJECT_TYPES: Kind[]; declare const rule: GraphQLESLintRule; export { NON_OBJECT_TYPES, rule };