We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c423a commit f8d589dCopy full SHA for f8d589d
1 file changed
common/config/ESLint/eslint.config.ts
@@ -35,7 +35,7 @@ export const baseConfig = {
35
},
36
37
parser: tsParser,
38
- ecmaVersion: 2020,
+ ecmaVersion: 2022,
39
sourceType: 'module',
40
41
parserOptions: {
0 commit comments