The compiler source are now all in typescript maybe it can be a good idea to add a tslint.json to ensure the consistency of the code.
Related to #2890, c8fbde410bee905a86c13b397beb06d89b8b0585.
By the way 8fd94aea6960e3db7db9bed4841b9b5380b27491 remove some functionalities from eslint but in c8fbde410bee905a86c13b397beb06d89b8b0585 eslint seems to be removed.
Rather than using TSLint which will be deprecated, it would be better to add TypeScript support to ESLint instead. See https://github.com/typescript-eslint/typescript-eslint.
I've been using this in my projects and other than some known performance issues (which I'm sure will be ironed out soon) it works great. Some TSLint rules are not yet available but are rapidly being added to that project.
Yes you're right ! Didn't notice that 馃槃
I will close this one and open a new one: Add TypeScript support to ESLint.
Most helpful comment
Rather than using TSLint which will be deprecated, it would be better to add TypeScript support to ESLint instead. See https://github.com/typescript-eslint/typescript-eslint.
I've been using this in my projects and other than some known performance issues (which I'm sure will be ironed out soon) it works great. Some TSLint rules are not yet available but are rapidly being added to that project.