AlexxNB / tinro

Highly declarative, tiny, dependency free router for Svelte's web applications.
MIT License
669 stars 30 forks source link

Use a code formatter #120

Closed sebastinez closed 1 year ago

sebastinez commented 1 year ago

Hey I really like to use this library more, am currently replacing svelte-routing with it in one of my projects.

Have you thought to use some code formatter like prettier or maybe a linter like eslint to improve the consistency of the code style? I think it would help for the readability of the code.