jscs-jsdoc
jscs-jsdoc copied to clipboard
Support disabling rules in jsdoc
Allow us to set null to disable a jsdoc rule.
Could I have some help to do this please.
@paladox There are some nits with codestyle ;-) Try to run jscs -x ., and npm run lint to check.
It seems that jsdoc needs a rewrite to support the type of settings that jscs supports. Unless there is an easier way that I am not seeing.
@zxqfox what do you suggest we do. How should we implant this.