export type LintHTMLConfig = {
    extends?: string | string[];
    plugins?: string[];
};
