Fix svelte eslint again

This commit is contained in:
hensm
2022-08-08 14:55:15 +01:00
parent f046c926c3
commit a4d74b3da3
2 changed files with 2 additions and 2 deletions

5
ext/svelte.config.js Normal file
View File

@@ -0,0 +1,5 @@
// svelte-vscode seems to require a config for proper linting support
const sveltePreprocess = require("svelte-preprocess");
module.exports = {
preprocess: sveltePreprocess()
};