UNPKG

eslint-plugin-comment-length

Version:

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

4 lines 254 B
import type { TSESTree } from "@typescript-eslint/utils"; import type { Context } from "../../typings.context.js"; export declare function formatBlock(block: TSESTree.LineComment, context: Context): string; //# sourceMappingURL=util.format-block.d.ts.map