UNPKG

@graphql-eslint/eslint-plugin

Version:
6 lines (5 loc) 140 B
import { GraphQLESLintRule } from '../types'; declare const rule: GraphQLESLintRule<[{ argumentName?: string; }]>; export default rule;