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