UNPKG

eslint-plugin-comment-length

Version:

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

3 lines 187 B
import { type Context } from "../typings.context.js"; export declare function isLineOverflowing(line: string, context: Context): boolean; //# sourceMappingURL=is-line-overflowing.d.ts.map