eslint-plugin-comment-length
Version:
An ESLint plugin that provides rules that limit the line length of your comments
5 lines • 353 B
TypeScript
import type { TSESLint } from "@typescript-eslint/utils";
import type { Context } from "../../typings.context.js";
import type { MultilineBlock } from "./typings.block.js";
export declare function fixOverflowingBlock(fixer: TSESLint.RuleFixer, fixableBlock: MultilineBlock, context: Context): TSESLint.RuleFix;
//# sourceMappingURL=fix.overflow.d.ts.map