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 Mar 25, 2021. It is now read-only.
Hi, I think I could fix this issue by adding allow-delete parameter similar to what I have done previously for typeof operator. What do you think about such solution?
Bug Report
TypeScript code being linted
with
tslint.json
configuration:Actual behavior
Error
Avoid referencing unbound methods which may cause unintentional scoping of 'this'.
Expected behavior
No error. I am deleting a property. There is no risk on deleting unbound method compared to other kind of properties.
The text was updated successfully, but these errors were encountered: