@graphql-eslint/eslint-plugin
Version:
GraphQL plugin for ESLint
13 lines (10 loc) • 349 B
text/typescript
import { f as GraphQLESLintRule } from '../types-ace77d86.js';
import '@graphql-tools/utils';
import 'eslint';
import 'estree';
import 'graphql';
import 'graphql-config';
import 'json-schema-to-ts';
import '../estree-converter/types.mjs';
declare const GRAPHQL_JS_VALIDATIONS: Record<string, GraphQLESLintRule>;
export { GRAPHQL_JS_VALIDATIONS };