Closed Mange closed 5 months ago
This seems to be caused by an older version of eslint
being required by ts-standard
.
Removing that plugin and reinstalling everything at their latest version using
npm install --save-dev eslint @eslint/js @types/eslint__js typescript typescript-eslint
Seems to have fixed it.
Describe the bug
ESLint reports a missing type annotation, despite it being there. The applied fix will cause syntax errors.
To Reproduce
Reported error:
Applying the autofix yields this result:
Expected behavior
No error should be emitted.
Screenshots
Desktop (please complete the following information):