[return-await] False positive on any return type, e.g. return JSON.parse() #1269
Labels
bug
Something isn't working
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Repro
Expected Result
No error, as
JSON.parse()
does not return a Promise.Actual Result
Error: returning an awaited promise is required in this context
Additional Info
Versions
@typescript-eslint/eslint-plugin
2.9.0
@typescript-eslint/parser
2.9.0
TypeScript
3.7.2
ESLint
6.6.0
node
12
The text was updated successfully, but these errors were encountered: