UNPKG

@graphql-eslint/eslint-plugin

Version:
27 lines (24 loc) 712 B
import { FromSchema } from 'json-schema-to-ts'; import { f as GraphQLESLintRule } from '../types-8d5f4ae0.js'; import '@graphql-tools/utils'; import 'eslint'; import 'estree'; import 'graphql'; import 'graphql-config'; import '../estree-converter/types.js'; declare const schema: { readonly type: "array"; readonly maxItems: 1; readonly items: { readonly type: "object"; readonly additionalProperties: false; readonly properties: { readonly argumentName: { readonly type: "string"; }; }; }; }; type RuleOptions = FromSchema<typeof schema>; declare const rule: GraphQLESLintRule<RuleOptions>; export { RuleOptions, rule };