Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add no-ts-ignore lint rule #1321

Open
dsherret opened this issue Sep 4, 2024 · 0 comments
Open

Add no-ts-ignore lint rule #1321

dsherret opened this issue Sep 4, 2024 · 0 comments

Comments

@dsherret
Copy link
Member

dsherret commented Sep 4, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant