@isentinel/eslint-plugin-comment-length
Version:
13 lines • 597 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.reportMessages = exports.MessageIds = void 0;
var MessageIds;
(function (MessageIds) {
MessageIds["EXCEEDS_MAX_LENGTH"] = "exceeds-max-length";
MessageIds["CAN_COMPACT"] = "can-compact";
})(MessageIds || (exports.MessageIds = MessageIds = {}));
exports.reportMessages = {
[MessageIds.EXCEEDS_MAX_LENGTH]: "Comments may not exceed {{maxLength}} characters",
[MessageIds.CAN_COMPACT]: "It is possible to make the current comment block more compact",
};
//# sourceMappingURL=const.message-ids.js.map