Closed
Description
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.9.0
What version of eslint-plugin-svelte
and svelte-eslint-parser
are you using?
What did you do?
<script lang="ts">
let { name }: { name: string } = $props()
</script>
{ name }
What did you expect to happen?
Name should be able to be defined and not conflict with globals
What actually happened?
It conflicts with the DOM lib globals
Link to GitHub Repo with Minimal Reproducible Example
Additional comments
No response
Metadata
Metadata
Assignees
Labels
No labels