MCPcopy
hub / github.com/htmlhint/HTMLHint / init

Method init

src/cli/formatter.ts:64–64  ·  view source on GitHub ↗
(tmpHTMLHint: typeof IHTMLHint, tmpOptions: { nocolor?: boolean })

Source from the content-addressed store, hash-verified

62export interface Formatter extends EventEmitter {
63 getSupported(): typeof arrSupportedFormatters
64 init(tmpHTMLHint: typeof IHTMLHint, tmpOptions: { nocolor?: boolean }): void
65 setFormat(format: string): void
66
67 emit(event: 'start'): boolean

Callers 1

htmlhint.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected