jscs-dev / jscs-jsdoc

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

Support disabling rules in jsdoc #175

Open paladox opened 8 years ago

paladox commented 8 years ago

Allow us to set null to disable a jsdoc rule.

paladox commented 8 years ago

Could I have some help to do this please.

qfox commented 8 years ago

@paladox There are some nits with codestyle ;-) Try to run jscs -x ., and npm run lint to check.

paladox commented 8 years ago

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.