eslint-plugin-ember icon indicating copy to clipboard operation
eslint-plugin-ember copied to clipboard

New Rule: no .reopen inside instance-initializers `initialize` function.

Open nathanhammond opened this issue 7 years ago • 0 comments

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

nathanhammond avatar Jun 16 '18 00:06 nathanhammond