UNPKG

eslint-plugin-comment-length

Version:

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

3 lines 251 B
import type { TSESTree } from "@typescript-eslint/utils"; export declare function captureNearbyComments(comments: TSESTree.LineComment[], startIndex: number): TSESTree.LineComment | undefined; //# sourceMappingURL=util.capture-nearby-comments.d.ts.map