We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a495c commit ac38ed9Copy full SHA for ac38ed9
src/configs.ts
@@ -26,7 +26,7 @@ export const eslintBaseConfigs = {
26
},
27
extends: ["eslint:recommended"],
28
parserOptions: {
29
- ecmaVersion: 12,
+ ecmaVersion: 13,
30
31
rules: {},
32
};
0 commit comments