UNPKG

eslint-plugin-comment-length

Version:

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

4 lines (3 loc) 107 B
export function isJSDocLikeComment(value: string): boolean { return value.trimStart().startsWith("@"); }