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