UNPKG

eslint-plugin-comment-length

Version:

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

7 lines (5 loc) 163 B
function mergeLines(a, b, separator = " ") { return `${a.trim()}${separator}${b.trim()}`; } export { mergeLines }; //# sourceMappingURL=util.merge-lines.js.map