Closed mikededo closed 1 month ago
9.10.0
eslint-plugin-svelte
2.44.0
Does not work with any configuration, you can try the following example in the current docs.
To have the indent of the {/snippet} and it's content (basically the div), be properly indented, as the if clause:
{/snippet}
div
if
The {/snippet} indent is not correctly updated
ESLint playground example
No response
Before You File a Bug Report Please Confirm You Have Done The Following...
What version of ESLint are you using?
9.10.0
What version of
eslint-plugin-svelte
are you using?2.44.0
What did you do?
Does not work with any configuration, you can try the following example in the current docs.
Code example
Copy the following into the rules docs ```svelte ```What did you expect to happen?
To have the indent of the
{/snippet}
and it's content (basically thediv
), be properly indented, as theif
clause:Expected result
```svelte ```What actually happened?
The
{/snippet}
indent is not correctly updatedResults
```svelte ```Link to GitHub Repo with Minimal Reproducible Example
ESLint playground example
Additional comments
No response