UNPKG

@html-eslint/eslint-plugin

Version:
10 lines 259 B
declare namespace _exports { export { Option }; } declare const _exports: RuleModule<[Option]>; export = _exports; type Option = { max?: number | undefined; }; import type { RuleModule } from "../types"; //# sourceMappingURL=max-element-depth.d.ts.map