eslint-plugin-comment-length
Version:
An ESLint plugin that provides rules that limit the line length of your comments
5 lines • 354 B
TypeScript
import type { TSESTree } from "@typescript-eslint/utils";
import { type Context } from "../../typings.context.js";
import type { CommentBlock } from "./typings.block.js";
export declare function canBlockBeCompated(comments: TSESTree.LineComment[], block: CommentBlock, context: Context): boolean;
//# sourceMappingURL=util.can-block-be-compacted.d.ts.map