GoScrobble/web/node_modules/fork-ts-checker-webpack-plugin/lib/createEslinter.d.ts

5 lines
207 B
TypeScript
Raw Permalink Normal View History

2022-04-25 02:47:15 +00:00
import { LintReport, Options as EslintOptions } from './types/eslint';
export declare function createEslinter(eslintOptions: EslintOptions): {
getReport: (filepath: string) => LintReport | undefined;
};