@html-eslint/eslint-plugin
Version:
ESLint plugin for html
10 lines • 388 B
TypeScript
declare namespace _exports {
export { Tag, StyleTag, ScriptTag, 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 RuleModule = import("../types").RuleModule<[]>;
//# sourceMappingURL=lowercase.d.ts.map