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

Interface FormatterFileEvent

src/cli/formatter.ts:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39export interface FormatterFileEvent {
40 file: string
41 messages: Hint[]
42 time: number
43}
44
45export interface FormatterConfigEvent {
46 ruleset: Ruleset

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected