UNPKG

174 BTypeScriptView Raw
1import { LintReport } from './types/eslint';
2export declare function createEslinter(eslintOptions: object): {
3 getReport: (filepath: string) => LintReport | undefined;
4};