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
C:\Users\xxx\src\lib\components\shared\icon\auth0.svelte
4:6 error 'name' is an unused Props property svelte/no-unused-props
4:6 error 'color' is an unused Props property svelte/no-unused-props
4:6 error 'size' is an unused Props property svelte/no-unused-props
4:6 error 'strokeWidth' is an unused Props property svelte/no-unused-props
4:6 error 'absoluteStrokeWidth' is an unused Props property svelte/no-unused-props
4:6 error 'class' is an unused Props property svelte/no-unused-props
4:6 error 'className' is an unused Props property svelte/no-unused-props
4:6 error 'height' is an unused Props property svelte/no-unused-props
4:6 error 'id' is an unused Props property svelte/no-unused-props
4:6 error 'lang' is an unused Props property svelte/no-unused-props
and hundreds more.
Link to GitHub Repo with Minimal Reproducible Example
The text was updated successfully, but these errors were encountered:
bfovez
changed the title
Migration from 3.1.0 to 3.2.1 yeolds *thousands* of
Migration from 3.1.0 to 3.2.1 yeolds *thousands* of unused Props property errors
Mar 17, 2025
bfovez
changed the title
Migration from 3.1.0 to 3.2.1 yeolds *thousands* of unused Props property errors
Migration from 3.1.0 to 3.2.1 yields *thousands* of unused Props property errors
Mar 17, 2025
bfovez
changed the title
Migration from 3.1.0 to 3.2.1 yields *thousands* of unused Props property errors
Migration from 3.1.0 to 3.2.1 yields *thousands* of unused property errors
Mar 17, 2025
bfovez
changed the title
Migration from 3.1.0 to 3.2.1 yields *thousands* of unused property errors
Migration from 3.1.0 to 3.2.1 yields *thousands* of svelte/no-unused-props errors
Mar 17, 2025
Before You File a Bug Report Please Confirm You Have Done The Following...
What version of ESLint are you using?
9.22.0
What version of
eslint-plugin-svelte
are you using?3.2.1
What did you do?
Configuration
<!-- Paste your code here -->
What did you expect to happen?
0 warnings/errors, as version 3.1.0 did show on my code base.
What actually happened?
4893 svelte/no-unused-props errors.
For instance, this file:
yields to:
Link to GitHub Repo with Minimal Reproducible Example
https://github.com/bfovez/example
Additional comments
No response
The text was updated successfully, but these errors were encountered: