UNPKG

eslint-plugin-comment-length

Version:

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

5 lines 289 B
export declare const SINGLE_LINE_BOILERPLATE_SIZE = 5; export declare const MULTILINE_BOILERPLATE_SIZE = 2; export declare const FIRST_LINE_BOILERPLATE_SIZE = 3; export declare function getBoilerPlateSize(commentLines: string[]): number; //# sourceMappingURL=util.boilerplate-size.d.ts.map