[no-undef] doesn't work for return types #1904
Labels
bug
Something isn't working
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
8000
I can't get
no-undef
to warn me about missing types. I didn't see ano-undef
rule in the@typescript-eslint
rules, so I'd assume I could use the sameno-undef
rule that is present in core ESLint.Repro
Expected Result
A warning about
ReturnType
being undefined.Actual Result
Nothing.
Additional Info
Versions
@typescript-eslint/eslint-plugin
2.19.0
@typescript-eslint/parser
2.19.0
TypeScript
3.8.3
ESLint
6.8.0
node
12.13.0
npm
6.14.2
The text was updated successfully, but these errors were encountered: