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.
can you paste the verbose lint failure? which [line, col] is it failing on? it's more likely on the second instance of document.addEventListener, which is potentially a legit error (invoking a() is not the same as document.addEventListener()).
[16:40:57] Using gulpfile C:\Projects\Agent-9.2\ChromeExtension\gulpfile.js
[16:40:57] Starting 'tslint'...
test.ts(30,6): error noUnboundMethod: Avoid referencing unbound methods which may cause unintentional scoping of 'this'.
[16:41:00] 'tslint' errored after 3.64 s
[16:41:00] Error in plugin 'gulp-tslint'
Message:
Failed to lint: test.ts [30, 6]: Avoid referencing unbound methods which may cause unintentional scoping of 'this'..
Bug Report
TypeScript code being linted
Actual behavior
No error
Expected behavior
error noUnboundMethod: Avoid referencing unbound methods which may cause unintentional scoping of 'this'.
The text was updated successfully, but these errors were encountered: