@html-eslint/eslint-plugin
Version:
ESLint plugin for html
10 lines • 399 B
TypeScript
declare namespace _exports {
export { RuleModule, StyleTag, Tag, ScriptTag };
}
declare const _exports: RuleModule;
export = _exports;
type RuleModule = import("../types").RuleModule<[]>;
type StyleTag = import("@html-eslint/types").StyleTag;
type Tag = import("@html-eslint/types").Tag;
type ScriptTag = import("@html-eslint/types").ScriptTag;
//# sourceMappingURL=no-script-style-type.d.ts.map