Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Can rules use type information in their checking? #57

Closed
@aboyton

Description

@aboyton

One of the great features of TSLint is that you can use type information as part of your lint rules. https://palantir.github.io/tslint/usage/type-checking/

Is this possible with ESLint? An example of a rule that uses this (in addition to the 20 core rules marked "Requires Type Info") is the this custom lint rule that checks that any used RxJS operators are imported.

If I am to stop using TSLint (which I'd love to be able to do), then this is sadly a blocker for me.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions