We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b2c46 commit 6091e3eCopy full SHA for 6091e3e
1 file changed
lib/rules/validate-jsdoc.js
@@ -56,7 +56,7 @@ module.exports.prototype = {
56
function addError(text, relLine, relColumn) {
57
var line;
58
var column;
59
- if (typeof relLine === 'object' && arguments.length < 3) {
+ if (typeof relLine === 'object') {
60
line = relLine.line;
61
column = relLine.column;
62
} else {
0 commit comments