You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bradzacher
added
duplicate
This issue or pull request already exists
wontfix
This will not be worked on
bug
Something isn't working
triage
Waiting for team members to take a look
and removed
triage
Waiting for team members to take a look
duplicate
This issue or pull request already exists
wontfix
This will not be worked on
labels
Jan 26, 2019
I think this is a duplicate of #111 We don't support JSX because it's supported in eslint-plugin-react
Though need to double check the AST for your example.
Reading through your config again, I'm wrong.
This looks like a weird interaction with generics?
I didn't even realise they'd added generic jsx syntax!
Repro
Expected Result
no error
Actual Result
2:10 warning 'TypeA' is defined but never used @typescript-eslint/no-unused-vars
Additional Info
Versions
@typescript-eslint/eslint-plugin
1.1.0
@typescript-eslint/parser
1.1.0
TypeScript
3.2.4
ESLint
5.12.1
node
10.14.1
npm
6.4.1
The text was updated successfully, but these errors were encountered: