UNPKG

@graphql-eslint/eslint-plugin

Version:
15 lines (12 loc) 371 B
import { GraphQLESLintRule } from '../../types.cjs'; import 'eslint'; import 'estree'; import 'graphql'; import 'graphql-config'; import 'json-schema-to-ts'; import '../../estree-converter/types.cjs'; import '../../siblings.cjs'; import '@graphql-tools/utils'; declare const RULE_ID = "HASHTAG_COMMENT"; declare const rule: GraphQLESLintRule; export { RULE_ID, rule };