Skip to content

Add no-ts-ignore lint rule #1321

@dsherret

Description

@dsherret

@ts-ignore is not a precise way of fixing typescript errors--ignores all ts errors in the next statement rather than a precise ignore for the specific diagnostic you want to ignore (ex. by using an assertion). Due to this inprecision it is sometimes the source of bugs.

This should probably not be in the recommended set due to its prevalence, but I'd like to run it on the deno repo's code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions