Skip to content

Inline typescript types in svelte markup break prettier autoformatting #485

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
hmprt opened this issue Jan 28, 2025 · 0 comments
Open

Comments

@hmprt
Copy link

hmprt commented Jan 28, 2025

As title says. The following markup breaks prettier on the file:

{#each keys as key}
	{@const setting = device.settings[tab][key] as ConfigurableSetting}
	<SetConfig {setting} {key} />
{/each}

but this markup does:

{#each keys as key}
	{@const setting = device.settings[tab][key]}
	<SetConfig {setting} {key} />
{/each}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant