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
Before You File a Bug Report Please Confirm You Have Done The Following...
I'm using eslint-plugin-svelte. (*.svelte file linting does not work with the parser alone. You should also use eslint-plugin-svelte with it.)
I'm sure the problem is a parser problem. (If you are not sure, search for the issue in eslint-plugin-svelte repo and open the issue in eslint-plugin-svelte repo if there is no solution.
I have tried restarting my IDE and the issue persists.
I have updated to the latest version of the packages.
What version of ESLint are you using?
9.19.0
What version of eslint-plugin-svelte and svelte-eslint-parser are you using?
There are no errors in this code.
So no errors should be raised when running eslint.
What actually happened?
> svelte-snippet-bug@0.0.1 lint
> eslint .
/svelte-snippet-bug/src/routes/+page.svelte
13:43 error Unsafe return of a value of type`any` @typescript-eslint/no-unsafe-return
13:50 error Unsafe member access .id on an `any` value @typescript-eslint/no-unsafe-member-access
15:17 error Unsafe member access .username on an `any` value @typescript-eslint/no-unsafe-member-access
✖ 3 problems (3 errors, 0 warnings)
Link to GitHub Repo with Minimal Reproducible Example
Before You File a Bug Report Please Confirm You Have Done The Following...
*.svelte
file linting does not work with the parser alone. You should also use eslint-plugin-svelte with it.)What version of ESLint are you using?
9.19.0
What version of
eslint-plugin-svelte
andsvelte-eslint-parser
are you using?What did you do?
Configuration
What did you expect to happen?
There are no errors in this code.
So no errors should be raised when running eslint.
What actually happened?
Link to GitHub Repo with Minimal Reproducible Example
https://github.com/maarekj/svelte-snippet-bug
Additional comments
I use the
tselint.configs.recommendedTypeChecked
instead of justtseslint.configs.recommended
https://typescript-eslint.io/getting-started/typed-linting
The text was updated successfully, but these errors were encountered: