We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
9.17.0
eslint-plugin-svelte
2.46.1
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>
work
Parsing error: Unknown type:SvelteBoundary
tbd
The text was updated successfully, but these errors were encountered:
resolved by #956
Please use 3.0.0-next.5
Sorry, something went wrong.
thanks @baseballyama
No branches or pull requests
Before You File a Bug Report Please Confirm You Have Done The Following...
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
What did you expect to happen?
work
What actually happened?
Parsing error: Unknown type:SvelteBoundary
Link to GitHub Repo with Minimal Reproducible Example
tbd
The text was updated successfully, but these errors were encountered: