-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Complete list of Svelte compiler warning codes #5677
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
Comments
The specific error you refer to is a Typescript warning/hint, not a svelte warning, so that cannot be disabled. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing as duplicate of #5281 |
Is your feature request related to a problem? Please describe.
Every time I use a package that doesn't have
.d.ts
declaration file, svelte-check shows hints and suggest me try to install its@types
packageDescribe the solution you'd like
I read in the documentation that I can disable Svelte compiler warning codes, but I can't find an official list of these
Describe alternatives you've considered
Another option that I'm considering is change the threshold , but I may lose another useful hints
Additional context
I'm using snowpack with the basic svelte template
The text was updated successfully, but these errors were encountered: