My current setup is SvelteKit with preprocessors (TypeScript, Pug & SASS). I already have eslint, pug-lint & stylelint in place, but I can't make pug-lint and stylelint work inside .svelte files. These two only works for .pug and .sass files, respectively, outside of .svelte files. Are there any plugins that I need to install or additional configuration to do?
↧