UNPKG

capsule-lint

Version:
9 lines (8 loc) 214 B
import { Rule } from 'htmlhint/types'; export type ValidPathFormatOptions = { tag: string; attr: string; formats: ('absolute' | 'relative' | RegExp)[]; }; declare const rule: Rule; export default rule;