Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mProjectsCode committed Oct 29, 2023
1 parent fbd1b41 commit 6fcc637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import process from 'process';
import builtins from 'builtin-modules';
import esbuildSvelte from 'esbuild-svelte';
import sveltePreprocess from 'svelte-preprocess';
import manifest from './manifest.json' assert { type: "json" };
import manifest from './manifest.json' assert { type: 'json' };

const banner = `/*
-------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion esbuild.dev.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import builtins from 'builtin-modules';
import copy from 'esbuild-plugin-copy-watch';
import esbuildSvelte from 'esbuild-svelte';
import sveltePreprocess from 'svelte-preprocess';
import manifest from './manifest.json' assert { type: "json" };
import manifest from './manifest.json' assert { type: 'json' };

const banner = `/*
-------------------------------------------
Expand Down

0 comments on commit 6fcc637

Please sign in to comment.