Skip to content
Oxc
Search
K
Main Navigation
Guide
Learn
Contribute
Playground
Resources
Blog
Team
Branding
Website GitHub
Sponsor
Appearance
Menu
Return to top
On this page
eslint/constructor-super
Nursery
What it does
Require 'super()' calls in constructors.
Why is this bad?
Example
javascript
class
A
extends
B
{
constructor
() {}
}
References
Rule Source