UNPKG

@html-eslint/eslint-plugin

Version:
13 lines 326 B
declare namespace _exports { export { Option }; } declare const _exports: RuleModule<Option[]>; export = _exports; type Option = { tag: string; attr: string; value?: string | undefined; message?: string | undefined; }; import type { RuleModule } from "../types"; //# sourceMappingURL=require-attrs.d.ts.map