UNPKG

@html-eslint/eslint-plugin

Version:
11 lines 333 B
declare namespace _exports { export { Tag, Option, RuleModule }; } declare const _exports: RuleModule; export = _exports; type Tag = import("@html-eslint/types").Tag; type Option = { substitute?: string[] | undefined; }; type RuleModule = import("../types").RuleModule<[Option]>; //# sourceMappingURL=require-img-alt.d.ts.map