UNPKG

@graphql-eslint/eslint-plugin

Version:
14 lines (11 loc) 326 B
import { GraphQLESLintRule } from '../../types.js'; import 'eslint'; import 'estree'; import 'graphql'; import 'graphql-config'; import 'json-schema-to-ts'; import '../../estree-converter/types.js'; import '../../siblings.js'; import '@graphql-tools/utils'; declare const rule: GraphQLESLintRule<[], true>; export { rule };