no-unused-svelte-ignore
false positive for a11y warnings on elements with inner element
#386
Closed
2 tasks done
Labels
bug
Something isn't working
Before You File a Bug Report Please Confirm You Have Done The Following...
What version of ESLint are you using?
8.35.0
What version of
eslint-plugin-svelte
are you using?2.19.1
What did you do?
Configuration
What did you expect to happen?
no error, as the compile warning is being suppressed by the
svelte-ignore
commentWhat actually happened?
Link to GitHub Repo with Minimal Reproducible Example
https://ota-meshi.github.io/eslint-plugin-svelte/playground/#eJw1y8EKgzAQhOFX2e59sV7F+iS5rHEogXRTzCKW4rsbKYU5fT/z5VgW8MDjTYTqhuyQ9LSygrTvP2KlzZI5Vo2eNojrnGzBTiJTsLG+1ehvj8D3wI2JfiFmrbUpMl4wD0zddequOPFxAsAxKvI=
Additional comments
the
selte/valid-compile
warning appears even though thesvelte-ignore
comment successfully suppresses the warning when runningsvelte-check
The text was updated successfully, but these errors were encountered: