@isentinel/eslint-plugin-comment-length
Version:
8 lines • 333 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isCommentInComment = void 0;
function isCommentInComment(value) {
return value.includes("// ") || value.includes("/*") || value.includes("*/");
}
exports.isCommentInComment = isCommentInComment;
//# sourceMappingURL=is-comment-in-comment.js.map