UNPKG

@html-eslint/eslint-plugin

Version:
11 lines 477 B
declare namespace _exports { export { Tag, StyleTag, ScriptTag, AttributeValue, RuleModule }; } declare const _exports: RuleModule; export = _exports; type Tag = import("@html-eslint/types").Tag; type StyleTag = import("@html-eslint/types").StyleTag; type ScriptTag = import("@html-eslint/types").ScriptTag; type AttributeValue = import("@html-eslint/types").AttributeValue; type RuleModule = import("../types").RuleModule<[]>; //# sourceMappingURL=no-duplicate-id.d.ts.map