Skip to content

Commit 1ea6d93

Browse files
committed
update the order of the options.
1 parent b4555fe commit 1ea6d93

File tree

1 file changed

+2
-2
lines changed
  • packages/eslint-plugin-svelte/src/shared/svelte-compile-warns/transform

1 file changed

+2
-2
lines changed

packages/eslint-plugin-svelte/src/shared/svelte-compile-warns/transform/typescript.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ export function transform(
3535
ts.ScriptTarget.ESNext,
3636
module: ts.ModuleKind.ESNext,
3737
importsNotUsedAsValues: ts.ImportsNotUsedAsValues.Preserve,
38-
sourceMap: true,
39-
preserveValueImports: true
38+
preserveValueImports: true,
39+
sourceMap: true
4040
}
4141
});
4242

0 commit comments

Comments
 (0)