eslint-plugin-comment-length
Version:
An ESLint plugin that provides rules that limit the line length of your comments
5 lines • 396 B
TypeScript
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 detectOverflowInMultilineBlocks(_ruleContext: RuleContext<string, unknown[]>, context: Context, blocks: MultilineBlock[]): MultilineBlock[];
//# sourceMappingURL=detect.overflow.d.ts.map