UNPKG

eslint-plugin-comment-length

Version:

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

8 lines (6 loc) 184 B
import type { TSESTree } from "@typescript-eslint/utils"; export type CommentBlock = { mergedComment: TSESTree.LineComment | undefined; startIndex: number; endIndex: number; };