We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0af349 commit 54de2e7Copy full SHA for 54de2e7
tests/src/configs/all.ts
@@ -12,7 +12,7 @@ describe("`all` config", () => {
12
},
13
baseConfig: {
14
parserOptions: {
15
- ecmaVersion: "latest",
+ ecmaVersion: 2020,
16
17
extends: ["plugin:svelte/all"],
18
0 commit comments