UNPKG

eslint-plugin-comment-length

Version:

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

3 lines 253 B
import type { TSESLint, TSESTree } from "@typescript-eslint/utils"; export declare function isCommentOnOwnLine(sourceCode: TSESLint.SourceCode, comment: TSESTree.BlockComment | TSESTree.LineComment): boolean; //# sourceMappingURL=is-on-own-line.d.ts.map