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: visitor-keys for TSAbstractClassProperty #560

Closed armano2 closed 5 years ago

armano2 commented 5 years ago

This PR fixes order of visiting in TSAbstractClassProperty and adds decoratos

decoratos are already in scope analyze handled by ClassProperty

armano2 commented 5 years ago

@platinumazure can i have some info when those fixes can be merged?

platinumazure commented 5 years ago

@armano2 Apologies, I guess we haven't coalesced on if any of the maintainers currently working on this project will act as "lead maintainer" or "PR merger". As you may know, we're still somewhat in transition since the previous lead maintainer left the project.

I can merge a few of these since we've had more than just my review (I don't consider myself a TypeScript expert or anywhere near, so I don't want to merge anything on my own).

Thanks very much for your patience as I ramp up on this project a little more and as the ESLint team figures out the best way to move forward!

platinumazure commented 5 years ago

@armano2 I've merged this one, thanks for contributing!