eslint-plugin-comment-length
Version:
An ESLint plugin that provides rules that limit the line length of your comments
16 lines (13 loc) • 572 B
JavaScript
;
var MessageIds = /* @__PURE__ */ ((MessageIds2) => {
MessageIds2["EXCEEDS_MAX_LENGTH"] = "exceeds-max-length";
MessageIds2["CAN_COMPACT"] = "can-compact";
return MessageIds2;
})(MessageIds || {});
const reportMessages = {
["exceeds-max-length" /* EXCEEDS_MAX_LENGTH */]: "Comments may not exceed {{maxLength}} characters",
["can-compact" /* CAN_COMPACT */]: "It is possible to make the current comment block more compact"
};
exports.MessageIds = MessageIds;
exports.reportMessages = reportMessages;
//# sourceMappingURL=const.message-ids.cjs.map