UNPKG

@graphql-eslint/eslint-plugin

Version:
14 lines (11 loc) 343 B
import { GraphQLESLintRule } from '../../types.cjs'; import 'eslint'; import 'graphql'; import 'graphql-config'; import '../../estree-converter/types.cjs'; import 'estree'; import '../../siblings.cjs'; import '@graphql-tools/utils'; declare const RULE_ID = "HASHTAG_COMMENT"; declare const rule: GraphQLESLintRule; export { RULE_ID, rule };