UNPKG

eslint-plugin-comment-length

Version:

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

7 lines 232 B
import type { TSESTree } from "@typescript-eslint/utils"; export type CommentBlock = { mergedComment: TSESTree.LineComment | undefined; startIndex: number; endIndex: number; }; //# sourceMappingURL=typings.block.d.ts.map