UNPKG

@graphql-eslint/eslint-plugin

Version:
12 lines (11 loc) 333 B
import { GraphQLESLintRule } from '../types'; export declare type StrictIdInTypesRuleConfig = { acceptedIdNames?: string[]; acceptedIdTypes?: string[]; exceptions?: { types?: string[]; suffixes?: string[]; }; }; declare const rule: GraphQLESLintRule<[StrictIdInTypesRuleConfig]>; export default rule;