Open jipodine opened 8 years ago
Looks like there is an error with wrong calculating line in checkAnnotations. This rule requires description for EVERY param in your jsdoc. You have 2 lines with missing description: @param {Object} options
and @param {Number} [options.channelCount=1]
. Also I'm not sure about @returns
, prob it requires description too.
You can safely disable this rule to prevent errors of this kind.
Hi,
When using an empty object as a default parameter, in a function, a method, or a constructor, I get the following errors, with jscs@2.11.0 and jscs-jsdoc@1.3.1:
With the configuration
And yes,
option
is defined:Am I missing a configuration somewhere?