feature-sliced / steiger

Universal file structure and project architecture linter
https://www.npmjs.com/package/steiger
MIT License
94 stars 6 forks source link

Support Svelte #116

Open illright opened 3 weeks ago

illright commented 3 weeks ago

We're using the precinct package to extract dependencies, and it currently doesn't support Svelte files. Figure out a way to add support for Svelte, either by contributing to the precinct package, or by replacing it for something that does support Svelte

daniilsapa commented 5 days ago

It looks like it's a whole separate story which is tightly connected to #107 discussion and #99 effort. Also, it looks like we need to design an easily extensible module resolution module 🤷‍♂️ that allows us to add more and more supported file extensions with almost no effort