UNPKG

stylelint-checkstyle-reporter

Version:
4 lines (3 loc) 237 B
import { LintResult } from 'stylelint'; import { XMLWriterOptions } from 'xmlbuilder2/lib/interfaces'; export declare const stylelintToCheckstyle: (stylelintResults: LintResult[], _?: unknown, outputConfig?: XMLWriterOptions) => string;