UNPKG

eslint-plugin-comment-length

Version:

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

9 lines (6 loc) 189 B
'use strict'; function mergeLines(a, b, separator = " ") { return `${a.trim()}${separator}${b.trim()}`; } exports.mergeLines = mergeLines; //# sourceMappingURL=util.merge-lines.cjs.map