this used before super()
Do not use this or super members before calling super() in a subclass constructor.
#Metadata
#Why it matters
Accessing this before super() in a derived constructor throws at runtime.
#Remediation
Call `super(...)` before reading or assigning `this` in the constructor.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.correctness.this-before-super.rule.yaml.