jscs-dev / jscs-jsdoc

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

Add "trailingUnderscoreAccess" option #170

Open tonyganch opened 8 years ago

tonyganch commented 8 years ago

I would love to see trailingUnderscoreAccess option implemented, since in our project we write private methods likeThis_. I expect the option to do the same things as leadingUnderscoreAccess currently does.

Related issue: #5 :octopus: