···55- **TypeScript**
66- **`svelte-preprocess` support** with Sass installed by default
77- **Hot module replacement**
88+- **ESLint**
89- **Prettier**
9101010-## Limitations
1111-1212-- Source maps of `.svelte` files don't support CSS preprocessors ([vite#649](https://github.com/vitejs/vite/issues/649)) and Pug
1313-- Linting for code-quality rules is not supported. Would need to use ESLint with eslint-plugin-svelte3, but that plugin needs to work with svelte-preprocess ([eslint-plugin-svelte3#10](https://github.com/sveltejs/eslint-plugin-svelte3/issues/10))
1111+[SvelteKit template](https://github.com/probablykasper/sveltekit-template)
14121513## Recommended VSCode extensions
16141715- `svelte.svelte-vscode` for Svelte
1816- `syler.sass-indented` for Sass
1917- `esbenp.prettier-vscode` for Prettier
2020-2121-## Setup
2222-2323-`src/main.ts` is built and bundled into `build/bundle/`.
2424-2525-If you want to add support for Android/iOS/Electron using Capacitor, read [Adding Capacitor to an existing web app](https://capacitorjs.com/docs/getting-started#adding-capacitor-to-an-existing-web-app). Just make sure to set webDir to `"build"` in `capacitor.config.json`.
26182719## Commands
2820