Closed
Description
TypeScript are planning to move to using eslint in future to lint TypeScript: microsoft/TypeScript#29288
See also: https://eslint.org/blog/2019/01/future-typescript-eslint
Given this plugin supports running tslint side by side with the compiler it makes sense to allow the same functionality with eslint when that becomes ready. It will likely involve integrating with this project:
https://github.com/typescript-eslint/typescript-eslint
Given typescript-eslint
requires a fairly high version to work we will only be able to support this with newer versions of TypeScript; but that's fine.
If someone wants to look at integrating this into the plugin when typescript-eslint
is sufficiently mature that would be amazing! ❤️