UNPKG

eslint-plugin-comment-length

Version:

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

5 lines 418 B
import type { TSESLint, TSESTree } from "@typescript-eslint/utils"; import type { Context } from "../../typings.context.js"; import type { CommentBlock } from "./typings.block.js"; export declare function captureRelevantCommentsIntoBlock(sourceCode: TSESLint.SourceCode, comments: TSESTree.LineComment[], startIndex: number, context: Context): CommentBlock; //# sourceMappingURL=util.capture-relevant-comments.d.ts.map