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
</details>
```svelte
export let order_credits_amount = $state(0);
What did you expect to happen?
The linter to support the new runes $state(), $derived(), etc
What actually happened?
A red line and undefined is reported when a rune is used. This issue with exact same configuration on my mac does not have an issue - it appears to be a Linux issue (I have confirmed on 2 different workstations running Ubuntu in wsl).
Link to GitHub Repo with Minimal Reproducible Example
Not applicable as this is an IDE related issue.
Additional comments
No response
The text was updated successfully, but these errors were encountered:
Before You File a Bug Report Please Confirm You Have Done The Following...
What version of ESLint are you using?
9.13.0
What version of
eslint-plugin-svelte
are you using?2.46.0
What did you do?
Configuration
WSL/Ubuntu 22
VS code latest (running in wsl)
Node 22
Default npx sv create install selecting JSDoc typing
@playwright/[email protected]
@sveltejs/[email protected]
@sveltejs/[email protected]
@sveltejs/[email protected]
@types/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
What did you expect to happen?
The linter to support the new runes $state(), $derived(), etc
What actually happened?
A red line and undefined is reported when a rune is used. This issue with exact same configuration on my mac does not have an issue - it appears to be a Linux issue (I have confirmed on 2 different workstations running Ubuntu in wsl).
Link to GitHub Repo with Minimal Reproducible Example
Not applicable as this is an IDE related issue.
Additional comments
No response
The text was updated successfully, but these errors were encountered: