You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
And there is an issue submitted to the main TSLint project to allow banning native function calls palantir/tslint#733, although there has really been no progress on it fromw what I can tell.
Calling bind() or _.bind() is not type safe. It should be discouraged.
Instead, lambda expression should be used.
We should either update "no-unnecessary-bind" or create a entirely new rule.
The text was updated successfully, but these errors were encountered: