eslint / typescript-eslint-parser

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

Fix: support JSXSpreadChild (fixes #500) #501

Closed ikatyang closed 5 years ago

ikatyang commented 5 years ago

Fixes #500

Ref: prettier/prettier#4872

duailibe commented 5 years ago

Ping @JamesHenry, we'd like to have this on the next Prettier 1.14 release

JamesHenry commented 5 years ago

Released as 17.0.0

duailibe commented 5 years ago

Thank you!