Skip to content

Support typescript-eslint when it becomes available #203

Closed
@johnnyreilly

Description

@johnnyreilly

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! ❤️

https://medium.com/palantir/tslint-in-2019-1a144c2317a9

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions