You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/workspaces/reproduction/src/lib/ShowOnMount.svelte
7:9 error Unsafe call of an `any` typed value @typescript-eslint/no-unsafe-call
Note: If you look at ShowOnMount.ts in the reproduction, you'll see that it generates the same error, so the issue does not only occur in .svelte files.
Link to GitHub Repo with Minimal Reproducible Example
Before You File a Bug Report Please Confirm You Have Done The Following...
What version of ESLint are you using?
8.57.0
What version of
eslint-plugin-svelte
are you using?2.35.1
What did you do?
Configuration
What did you expect to happen?
No errors.
What actually happened?
Note: If you look at
ShowOnMount.ts
in the reproduction, you'll see that it generates the same error, so the issue does not only occur in.svelte
files.Link to GitHub Repo with Minimal Reproducible Example
https://github.com/Stadly/reproduction/tree/eslint-plugin-svelte/component-type-is-any
Additional comments
No response
The text was updated successfully, but these errors were encountered: