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
This is just an excerpt of settings related to eslint-plugin-svelte and is not intended to be fully functional. This will be improved in the v3 documentation. #1041
Before You File a Bug Report Please Confirm You Have Done The Following...
What version of ESLint are you using?
9.20.0
What version of
eslint-plugin-svelte
are you using?2.46.1
What did you do?
The example configuration from the documentation has type errors when checked with TypeScript.
Steps to reproduce:
git clone https://github.com/dschuessler/eslint-plugin-svelte-bug
cd eslint-plugin-svelte-bug
npm install
eslint.config.js
in VSCode.What did you expect to happen?
No errors, because the file is taken from the documentation.
What actually happened?
Multiple Typescript errors:
At line 5:
At line 7:
At line 8:
Link to GitHub Repo with Minimal Reproducible Example
https://github.com/dschuessler/eslint-plugin-svelte-bug
Additional comments
Thank you for your work!
The text was updated successfully, but these errors were encountered: