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 · 2 comments · May be fixed by #1390
Open

Add no-ts-ignore lint rule #1321

dsherret opened this issue Sep 4, 2024 · 2 comments · May be fixed by #1390

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.

@eryue0220
Copy link

I have a doubt that what is the difference between this and ban-ts-comment, is this rule more accurate?

@dsherret
Copy link
Member Author

We probably just need a way to add config to specific lint rules. This would be a complete ban of it even with a description

@eryue0220 eryue0220 linked a pull request Jan 25, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants