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
Description
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.