UNPKG

eslint-plugin-comment-length

Version:

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

6 lines 480 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 reportOverflowingBlocks(ruleContext: RuleContext<string, unknown[]>, baseComment: TSESTree.BlockComment, context: Context, overflowingBlocks: MultilineBlock[]): void; //# sourceMappingURL=report.overflow.d.ts.map