UNPKG

@hint/formatter-stylish

Version:

webhint formatter that prints the results using the stylish style

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