[no-unused-vars] false-positive for variables unpacked with spread operator #368
Labels
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
wontfix
This will not be worked on
Repro
Expected Result
No ESLint issues
Actual Result
Warning that
marginTop
/marginBottom
are unused.Additional Info
Maybe related: #179
#122 comments suggest that we should maybe disable this rule?
Versions
@typescript-eslint/eslint-plugin
1.5.1
@typescript-eslint/parser
1.5.1
TypeScript
3.3.3333
ESLint
5.15.3
node
10.15.3
yarn
1.12.3
The text was updated successfully, but these errors were encountered: