UNPKG

eslint-plugin-comment-length

Version:

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

9 lines 383 B
export declare enum MessageIds { EXCEEDS_MAX_LENGTH = "exceeds-max-length", CAN_COMPACT = "can-compact" } export declare const reportMessages: { readonly "exceeds-max-length": "Comments may not exceed {{maxLength}} characters"; readonly "can-compact": "It is possible to make the current comment block more compact"; }; //# sourceMappingURL=const.message-ids.d.ts.map