UNPKG

@html-eslint/eslint-plugin

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