UNPKG

@isentinel/eslint-plugin-comment-length

Version:
10 lines 451 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fixOverflow = void 0; const util_format_block_1 = require("./util.format-block"); function fixOverflow(fixer, fixableComment, context) { const newValue = (0, util_format_block_1.formatBlock)(fixableComment, context); return fixer.replaceTextRange(context.comment.range, newValue); } exports.fixOverflow = fixOverflow; //# sourceMappingURL=fix.overflow.js.map