@html-eslint/eslint-plugin
Version:
ESLint plugin for html
15 lines • 492 B
TypeScript
declare namespace _exports {
export { Tag, ScriptTag, StyleTag, Option, RuleModule };
}
declare const _exports: RuleModule;
export = _exports;
type Tag = import("@html-eslint/types").Tag;
type ScriptTag = import("@html-eslint/types").ScriptTag;
type StyleTag = import("@html-eslint/types").StyleTag;
type Option = {
tag: string;
attr: string;
value?: string | undefined;
};
type RuleModule = import("../types").RuleModule<Option[]>;
//# sourceMappingURL=require-attrs.d.ts.map