UNPKG
@isentinel/eslint-plugin-comment-length
Version:
latest (2.2.0)
2.2.0
1.7.3
lasselupe33/eslint-plugin-comment-length
@isentinel/eslint-plugin-comment-length
/
lib
/
rules
/
limit-single-line-comments
/
const.boilerplate-size.js
5 lines
•
252 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
SINGLE_LINE_COMMENT_BOILERPLATE_SIZE
=
void
0
;
exports
.
SINGLE_LINE_COMMENT_BOILERPLATE_SIZE
=
2
;
// i.e. '//'.length
//# sourceMappingURL=const.boilerplate-size.js.map