UNPKG
@isentinel/eslint-plugin-comment-length
Version:
latest (2.2.0)
2.2.0
1.7.3
lasselupe33/eslint-plugin-comment-length
@isentinel/eslint-plugin-comment-length
/
src
/
rules
/
limit-single-line-comments
/
typings.block.ts
8 lines
(6 loc)
•
179 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
TSESTree
}
from
"@typescript-eslint/utils"
;
export
type
CommentBlock
= {
mergedComment
:
TSESTree
.
LineComment
|
undefined
;
startIndex
:
number
;
endIndex
:
number
; };