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

Interface FormatOptions

src/core/core.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { Hint, Rule, Ruleset, DisabledRulesMap } from './types'
5
6export interface FormatOptions {
7 colors?: boolean
8 indent?: number
9}
10
11class HTMLHintCore {
12 public rules: { [id: string]: Rule } = {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected