Rule: no-duplicate-super

Warns if ‘super()’ appears twice in a constructor.

Rationale

The second call to ‘super()’ will fail at runtime.

Config

Not configurable.

Config examples
"no-duplicate-super": true
Schema
null