UNPKG

eslint-plugin-comment-length

Version:

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

3 lines 197 B
import { type Context } from "../typings.context.js"; export declare function isCodeInComment(value: string | undefined, context: Context): boolean; //# sourceMappingURL=is-code-in-comment.d.ts.map