UNPKG

@graphql-eslint/eslint-plugin

Version:
7 lines (6 loc) 214 B
import { GraphQLESLintRule } from '../types'; declare type DescriptionStyleRuleConfig = { style: 'inline' | 'block'; }; declare const rule: GraphQLESLintRule<[DescriptionStyleRuleConfig]>; export default rule;