False positive for tslint:explicit-override rule after upgrading to TypeScript 4.3 #3646
Closed
3 tasks done
Labels
external
This issue is with another package, not typescript-eslint itself
package: eslint-plugin-tslint
Issues related to @typescript-eslint/eslint-plugin-tslint
Repro
.eslintrc.js
tslint.json:
Expected Result
Should not show an ESLint warning/error as override comment is added correctly.
Actual Result
With TypeScript < 4.3, this works correctly and does not show an ESLint warning/error.
With TypeScript = 4.,3.x, this shows the warning/error:
Additional Info
Versions
@typescript-eslint/eslint-plugin-tslint
4.28.3
@typescript-eslint/parser
4.28.3
TypeScript
4.3.5
ESLint
7.31.0
node
14.16.0
tslint
6.1.3
tslint-override
1.0.1
The text was updated successfully, but these errors were encountered: