jscs-jsdoc icon indicating copy to clipboard operation
jscs-jsdoc copied to clipboard

add exceptions to leadingUnderscoreAccess

Open qfox opened this issue 10 years ago • 1 comments

  • __constructor
  • __proto__
  • etc.

see also https://github.com/jscs-dev/node-jscs/blob/master/lib/rules/disallow-dangling-underscores.js#L24

Add option to add your own exceptions.

qfox avatar Dec 01 '14 16:12 qfox

Partially done. Need to add allExcept here.

qfox avatar Jan 23 '15 00:01 qfox