-
-
Notifications
You must be signed in to change notification settings - Fork 48
False positives on reactive declarations starting from 2.11.0 #277
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
Thank you for reporting the issue. |
I have fixed the parser. |
Hi,
|
I have fixed the parser. I tried it on your repository as well and it worked. |
I can confirm it works now - thank you very much! |
Before You File a Bug Report Please Confirm You Have Done The Following...
What version of ESLint are you using?
8.26.0
What version of
eslint-plugin-svelte
are you using?2.11.0
What did you do?
What did you expect to happen?
No errors
What actually happened?
9:16 error Placing a void expression inside another expression is forbidden. Move it to its own statement instead @typescript-eslint/no-confusing-void-expression
9:16 error Missing return type on function @typescript-eslint/explicit-function-return-type
10:5 error Unreachable code no-unreachable
Link to Minimal Reproducible Example
skaut/shared-drive-mover#1109 - it's not minimal, I can add a minimal repro if this doesn't help...
Additional comments
This only happens on 2.11.0, see skaut/shared-drive-mover#1109
The text was updated successfully, but these errors were encountered: