@html-eslint/eslint-plugin
Version:
ESLint plugin for html
11 lines • 333 B
TypeScript
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