Bug: [no-misused-promises] inheritedMethods
check should flag all statically analyzable declarations, not just identifiers and numbers.
#10211
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
bug
Something isn't working
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Before You File a Bug Report Please Confirm You Have Done The Following...
Playground Link
LINK
Repro Code
ESLint Config
tsconfig
Expected Result
All method declarations should flag
Actual Result
Only
async identifier() {}
andasync 1() {}
flagged.Additional Info
No response
The text was updated successfully, but these errors were encountered: