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.

Support for typed TSLint rules #276

Closed
@JoshuaKGoldberg

Description

@JoshuaKGoldberg

TSLint has some rules that use typed checked rules are able to tap into the full type intelligence from TypeScript, so they can leverage the full type system in their linting.

(some higher value rules that aren't really possible without type information here...)


Although versions of some typed rules are available in ESLint & its plugins, they fall apart when interacting with objects whose types can't be inferred statically using just the file: for example, if linting code that imports objects from another file/module.

The recent TypeScript Jan-Jun 2019 Roadmap reminded me of a tweeted suggestion to file this here. Is this the right place? Would ESLint core need structural improvements to support full-program type checking?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions