ship-gis/node_modules/fork-ts-checker-webpack-plugin/lib/eslint-reporter/EsLintReporterOptions.d.ts

9 lines
238 B
TypeScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
import { CLIEngineOptions } from './types/eslint';
declare type EsLintReporterOptions = {
files: string | string[];
enabled?: boolean;
memoryLimit?: number;
options?: CLIEngineOptions;
};
export { EsLintReporterOptions };