[unbound-method] Doesn't work on destructuring declarations #1112
Labels
bug
Something isn't working
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Repro
Expected Result
const { log } = instance;
should get reported as badActual Result
const { log } = instance;
is not reportedAdditional Info
Versions
@typescript-eslint/eslint-plugin
2.3.2
@typescript-eslint/parser
2.3.2
TypeScript
3.6.4
ESLint
6.5.1
node
12.9.1
npm
6.11.2
The text was updated successfully, but these errors were encountered: