UNPKG

eslint-plugin-comment-length

Version:

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

3 lines 238 B
import { TSESTree } from "@typescript-eslint/utils"; export declare function isSemanticComment(comment: TSESTree.BlockComment | TSESTree.LineComment, semanticComments?: string[]): boolean; //# sourceMappingURL=is-semantic-comment.d.ts.map