Skip to content

Commit 54de2e7

Browse files
committed
fix
1 parent d0af349 commit 54de2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/configs/all.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe("`all` config", () => {
1212
},
1313
baseConfig: {
1414
parserOptions: {
15-
ecmaVersion: "latest",
15+
ecmaVersion: 2020,
1616
},
1717
extends: ["plugin:svelte/all"],
1818
},

0 commit comments

Comments
 (0)