UNPKG

@graphql-eslint/eslint-plugin

Version:
14 lines (11 loc) 310 B
import { GraphQLESLintRule } from '../types.mjs'; import 'eslint'; import 'estree'; import 'graphql'; import 'json-schema-to-ts'; import '../siblings.mjs'; import '@graphql-tools/utils'; import '../estree-converter/types.mjs'; import 'graphql-config'; declare const rule: GraphQLESLintRule; export { rule };