UNPKG

@graphql-eslint/eslint-plugin

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