UNPKG

@html-eslint/eslint-plugin

Version:
16 lines 591 B
declare namespace _exports { export { StyleTag, Attribute, Tag, ScriptTag, Options, RuleModule }; } declare const _exports: RuleModule; export = _exports; type StyleTag = import("@html-eslint/types").StyleTag; type Attribute = import("@html-eslint/types").Attribute; type Tag = import("@html-eslint/types").Tag; type ScriptTag = import("@html-eslint/types").ScriptTag; type Options = { attrPatterns: string[]; attrValuePatterns: string[]; message?: string; }[]; type RuleModule = import("../types").RuleModule<Options>; //# sourceMappingURL=no-restricted-attr-values.d.ts.map