Another eslint rule

This commit is contained in:
David Carley
2022-09-05 21:44:57 +00:00
parent 135b46df23
commit 70bbee974f
6 changed files with 38 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
import sveltePreprocess from 'svelte-preprocess'
import sveltePreprocess from "svelte-preprocess";
export default {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: sveltePreprocess()
}
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: sveltePreprocess()
};