UNPKG

eslint-plugin-comment-length

Version:

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

8 lines 374 B
import type { Context } from "../../typings.context.js"; import type { MultilineBlock } from "./typings.block.js"; /** * takes a fixable block and transform it into a singular string which * represents the fixed format of the block. */ export declare function formatBlock(fixable: MultilineBlock, context: Context): string; //# sourceMappingURL=util.format-block.d.ts.map