UNPKG

@graphql-eslint/eslint-plugin

Version:
14 lines (11 loc) 365 B
import { Linter } from 'eslint'; type Block = Linter.ProcessorFile & { lineOffset: number; offset: number; }; declare const processor: { supportsAutofix: true; preprocess(code: string, filePath: string): (string | Block)[]; postprocess(messages: Linter.LintMessage[][], filePath: string): Linter.LintMessage[]; }; export { Block, processor };