wix-incubator / eslint-plugin-lodash

ESLint rules for lodash
MIT License
276 stars 65 forks source link

Porting to TSLint #116

Open DaSchTour opened 7 years ago

DaSchTour commented 7 years ago

This set of rules is really great and I would love to create a port for TSLint. But before starting I would like to check if there is maybe already somebody working on this, also would like to contribute or if there may be an easy way to use the existing rules in TSLint.

ganimomer commented 7 years ago

Hi, I'm not familiar with the rule structure in TSLint, and as far as I know there's no current effort on this. I don't know about a current way for using the rules in TSLint, but I do know of current work being done to support using ESLint in Typescript, if that helps.

DaSchTour commented 7 years ago

Well yes, that's interesting. I'll have to take a closer look at this. Thanks.

corbinu commented 7 years ago

The work is coming along quite nicely. I am running smoke tests against the eslint rules and some common plugins including this one. Will probably submit a PR in the next week or two for any issues this plugin has working on typescript with the new parser. The work won't be stable until at least eslint 4 drops however.