eslint-plugin-comment-length
Version:
An ESLint plugin that provides rules that limit the line length of your comments
13 lines (11 loc) • 521 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"
};
export { MessageIds, reportMessages };
//# sourceMappingURL=const.message-ids.js.map