UNPKG

@isentinel/eslint-plugin-comment-length

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