@html-eslint/eslint-plugin
Version:
ESLint plugin for html
13 lines • 459 B
TypeScript
declare namespace _exports {
export { Tag, StyleTag, ScriptTag, Option, 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 Option = {
max?: number | undefined;
};
type RuleModule = import("../types").RuleModule<[Option]>;
//# sourceMappingURL=max-element-depth.d.ts.map