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

Interface FormatterConfigEvent

src/cli/formatter.ts:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45export interface FormatterConfigEvent {
46 ruleset: Ruleset
47 configPath?: string
48}
49
50export interface FormatterEndEvent {
51 arrAllMessages: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected