UNPKG

eslint-plugin-comment-length

Version:

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

7 lines (5 loc) 201 B
function isCommentInComment(value) { return value.includes("// ") || value.includes("/*") || value.includes("*/"); } export { isCommentInComment }; //# sourceMappingURL=is-comment-in-comment.js.map