mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Fix svelte eslint again
This commit is contained in:
5
ext/svelte.config.js
Normal file
5
ext/svelte.config.js
Normal 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()
|
||||
};
|
||||
Reference in New Issue
Block a user