UNPKG

@hint/formatter-excel

Version:

webhint formatter that outputs the result in an Excel file (xlsx)

6 lines 275 B
import { FormatterOptions, IFormatter } from 'hint'; import { Problem } from '@hint/utils-types'; export default class ExcelFormatter implements IFormatter { format(messages: Problem[], options?: FormatterOptions): Promise<void>; } //# sourceMappingURL=formatter.d.ts.map