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