eslint-plugin-ember
eslint-plugin-ember copied to clipboard
New Rule: no .reopen inside instance-initializers `initialize` function.
This is a common source of FastBoot memory leaks.
Bad Example: https://github.com/stonecircle/ember-body-class/blob/1c7f123/addon/instance-initializers/body-class.js#L23