Skip to content

Files

Latest commit

Jul 15, 2024
b03f928 · Jul 15, 2024

History

History
3 lines (2 loc) · 431 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 431 Bytes

Svelte x Biome.js Problems

This is a small repo to show problems encountered when trying to use Biome.js on Svelte. The simple problem is that when using a component or enum as a type in the <script> block, Biome will complain that it should be imported with type because it's not seeing that the values are used in the Svelte block. See src/lib/app.svelte