UNPKG

eslint-plugin-comment-length

Version:

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

9 lines (6 loc) 191 B
'use strict'; function isJSDocLikeComment(value) { return value.trimStart().startsWith("@"); } exports.isJSDocLikeComment = isJSDocLikeComment; //# sourceMappingURL=is-jsdoc-like.cjs.map