eslint / typescript-eslint-parser

An ESLint custom parser which leverages TypeScript ESTree to allow for ESLint to lint TypeScript source code.
Other
915 stars 75 forks source link

New: support generic JSX element (fixes #462) #461

Closed ikatyang closed 6 years ago

ikatyang commented 6 years ago

Fixes #462

Refs: Microsoft/TypeScript#22415, prettier/prettier#4259

(Is there a ts-2.9 branch that I can send PR to?)

jonaskello commented 6 years ago

Any chance of getting this reviewed?

JamesHenry commented 6 years ago

Hey @ikatyang, thanks, I have created a protected branch for ts-2.9, please change the base for the PR whenever you get chance and I'll get this merged into that.

ikatyang commented 6 years ago

Done! 👍

JamesHenry commented 6 years ago

Just a minor version conflict on this now