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