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 type { TSESTree } from "@typescript-eslint/utils"; export declare function mergeComments(a: TSESTree.LineComment, b: TSESTree.LineComment, separator?: string): TSESTree.LineComment; //# sourceMappingURL=util.merge-comments.d.ts.map