Rule to enforce the inner order of Svelte 5 <script>
block
#1196
Labels
enhancement
New feature or request
<script>
block
#1196
Description
It would be useful to have a rule that defines the order of the elements inside the
<script>
block.For example, by default, could be imports -> props -> state -> stores -> contexts -> effects (or whatever works).
Idea by @DenysKarmazynDFINITY
The text was updated successfully, but these errors were encountered: