UNPKG

eslint-plugin-comment-length

Version:

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

9 lines (6 loc) 235 B
'use strict'; function isCommentInComment(value) { return value.includes("// ") || value.includes("/*") || value.includes("*/"); } exports.isCommentInComment = isCommentInComment; //# sourceMappingURL=is-comment-in-comment.cjs.map