Skip to content

Commit 50411e0

Browse files
author
Alexej Yaroshevich
committed
Misc: pass context of jsdoc to sub-rule configurate
1 parent e381c1a commit 50411e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/validate-jsdoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports.prototype = {
4343
}
4444
// configure
4545
if (v.configure) {
46-
v.configure(options);
46+
v.configure.call(this, options);
4747
}
4848
// index rules by tags and scopes
4949
(v.scopes || ['']).forEach(function(scope) {

0 commit comments

Comments
 (0)