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