Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Repro
{"rules": {"constructor-super":"error" }}
classA{publicconstructor(){super();}}classBextendsA{publicconstructor(){// ...}}
Expected Result
TS errors only.
Actual Result
TS and ESLint errors.
Additional Info
This relates to the recommended config (configs/eslint-recommended.ts
).
Versions
package | version |
---|---|
@typescript-eslint/eslint-plugin | 2.8.0 |
@typescript-eslint/parser | 2.8.0 |
TypeScript | 3.4.5 |
ESLint | 6.6.0 |
node | 12.13.0 |
npm | 6.12.0 |