mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 16:49:58 +00:00
4 lines
155 B
JavaScript
4 lines
155 B
JavaScript
// svelte-vscode seems to require a config for proper linting support
|
|
import sveltePreprocess from "svelte-preprocess";
|
|
export default sveltePreprocess();
|