How can I implement ES2015 classes without inheritance in our codebase? Is there a specific eslint rule, like "no-extends" or "no-inheritance", that prohibits the use of class A extends B {}
?
I've tried searching for this rule extensively, but I believe I might be using incorrect search terms.