Skip to content

Commit 6fcc637

Browse files
committed
run prettier
1 parent fbd1b41 commit 6fcc637

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

esbuild.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import process from 'process';
33
import builtins from 'builtin-modules';
44
import esbuildSvelte from 'esbuild-svelte';
55
import sveltePreprocess from 'svelte-preprocess';
6-
import manifest from './manifest.json' assert { type: "json" };
6+
import manifest from './manifest.json' assert { type: 'json' };
77

88
const banner = `/*
99
-------------------------------------------

esbuild.dev.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import builtins from 'builtin-modules';
44
import copy from 'esbuild-plugin-copy-watch';
55
import esbuildSvelte from 'esbuild-svelte';
66
import sveltePreprocess from 'svelte-preprocess';
7-
import manifest from './manifest.json' assert { type: "json" };
7+
import manifest from './manifest.json' assert { type: 'json' };
88

99
const banner = `/*
1010
-------------------------------------------

0 commit comments

Comments
 (0)