UNPKG

eslint-plugin-comment-length

Version:

An ESLint plugin that provides rules that limit the line length of your comments

6 lines 468 B
import type { TSESTree } from "@typescript-eslint/utils"; import type { RuleContext } from "@typescript-eslint/utils/ts-eslint"; import type { Context } from "../../typings.context.js"; import { type MultilineBlock } from "./typings.block.js"; export declare function reportCompactableBlocks(ruleContext: RuleContext<string, unknown[]>, baseComment: TSESTree.BlockComment, context: Context, blocks: MultilineBlock[]): void; //# sourceMappingURL=report.compact.d.ts.map