Closed
Description
Before You File a Bug Report Please Confirm You Have Done The Following...
- 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.17.0
What version of eslint-plugin-svelte
are you using?
2.46.1
What did you do?
Configuration
import js from '@eslint/js'
import svelte from 'eslint-plugin-svelte'
/** @type {import('eslint').Linter.Config[]} */
export default [
js.configs.recommended,
...svelte.configs['flat/recommended'],
]
<svelte:boundary></svelte:boundary>
What did you expect to happen?
work
What actually happened?
Parsing error: Unknown type:SvelteBoundary
Link to GitHub Repo with Minimal Reproducible Example
tbd
Metadata
Metadata
Assignees
Labels
No labels