Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Add more exceptions to 'no-unbound-method' #2143

Merged
merged 2 commits into from Jan 31, 2017

Conversation

andy-hanson
Copy link
Contributor

PR checklist

What changes did you make?

  • Allow property access.
  • Allow binary expression (except ||).

* Allow property access.
* Allow binary expression (except `||`)
@IllusionMH
Copy link
Contributor

Interesting case with forEach. It and other array methods that take this reference as last parameter provide similar functionality.

However as I can see from typings in lib.d.ts it is not possible to distinguish such methods from other :(

@nchen63 nchen63 merged commit 04c2966 into palantir:master Jan 31, 2017
@nchen63
Copy link
Contributor

nchen63 commented Jan 31, 2017

@andy-hanson thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants