Schum123 / svelte-loading-spinners

A collection of loading spinner components for SvelteJs
https://schum123.github.io/svelte-loading-spinners/
MIT License
511 stars 35 forks source link

Replace self-closing HTML tags for non-void elements #58

Open jill64 opened 2 weeks ago

jill64 commented 2 weeks ago

close #56

This PR replaces self-closing HTML tags for non-void elements from the component and suppresses the display of warnings in Svelte5. At the same time, the versions of prettier and prettier-plugin-svelte will be updated to the latest version to correct the formatting.