jwbay / tslint-misc-rules

Collection of miscellaneous TSLint rules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

declare-class-methods-after-use doesn't pick up functions passed by reference

bookman25 opened this issue · comments

this.functionCall() gets flagged
<div onClick={ this.functionCall }/> does not.