Harvey Michael Pratt
Results
2
issues of
Harvey Michael Pratt
Svelte allows for components with two script tags, so long as one is a ``. ``` ... ``` If you do this however, prettier complains and will stop formatting documents,...
needs repro
As title says. The following markup breaks prettier on the file: ``` {#each keys as key} {@const setting = device.settings[tab][key] as ConfigurableSetting} {/each} ``` but this markup does: ``` {#each...