eslint-plugin-ember
eslint-plugin-ember copied to clipboard
[NEW RULE] avoid-leaking-callbacks-in-ember-objects
Fixes #423 Added new rule and tests to avoid callback memory leaks Callback leaks are memory leaks that occur due to state being caught in a callback function that is never released from memory.
Read more on callback leaks here
@bmish Thanks for reviewing, addressed the comments in the latest changes
@bmish Addressed the review comments, please check and let me know