joshnuss / svelte-persisted-store

A Svelte store that persists to localStorage
MIT License
994 stars 41 forks source link

chore: Add a formatter #274

Open intercepted16 opened 3 months ago

intercepted16 commented 3 months ago

A formatter for the project is seriously necessary, as not having one can make PR's unreadable and introduce inconsistency. It shouldn't be difficult to implement; ESLint is already setup, Prettier works well with it. Or you could use Biome.js.