UNPKG

@html-eslint/eslint-plugin

Version:
10 lines 252 B
declare namespace _exports { export { Option }; } declare const _exports: RuleModule<[Option]>; export = _exports; type Option = { max: number; }; import type { RuleModule } from "../types"; //# sourceMappingURL=no-multiple-empty-lines.d.ts.map