Interface CSpellReporterModule

interface CSpellReporterModule {
    getReporter: (
        settings: unknown,
        config: ReporterConfiguration,
    ) => CSpellReporter;
}

Properties

Properties

getReporter: (
    settings: unknown,
    config: ReporterConfiguration,
) => CSpellReporter