jscs-dev / jscs-jsdoc

JsDoc validation rules for jscs
MIT License
99 stars 35 forks source link

Added @listens tag to jsdoc3.json #192

Closed ianmcburnie closed 8 years ago

ianmcburnie commented 8 years ago

Fixes issue #191

apsavin commented 8 years ago

@zxqfox can we merge this?

qfox commented 8 years ago

Oh, sorry.

apsavin commented 8 years ago

Thank you very much! Now you can close https://github.com/jscs-dev/jscs-jsdoc/issues/191 and push a new version to npm)

apsavin commented 8 years ago

@zxqfox please-please-please, publish a version. Is there any reason not to do it?

2016-03-22 13 35 45

qfox commented 8 years ago

@apsavin Sorry, v1.3.2 published.

apsavin commented 8 years ago

Thank you so very much!;)

qfox commented 8 years ago

Btw, you don't need to wait for new tags. You can easily add them to your config via extra field:

{
  "checkAnnotations": {
    "preset": "jsdoc3",
    "extra": {
      "listens": true
    }
  }
}
apsavin commented 8 years ago

Sure. Thanks for the tip.