UNPKG

eslint-interactive

Version:

The CLI tool to run `eslint --fix` for each rule

4 lines 194 B
import type { ESLint, SourceCode } from 'eslint'; export declare function getLastSourceCode(): SourceCode | null; export declare const plugin: ESLint.Plugin; //# sourceMappingURL=plugin.d.ts.map