Skip to content

Commit 8e42fbb

Browse files
committedOct 22, 2023
Fix EcmaScript version
1 parent 721d36c commit 8e42fbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.eslintrc.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ extends:
88
parserOptions:
99
## Added by eslint-config-standard
1010
sourceType: module
11-
ecmaVersion: 2022
11+
## Difference with eslint-config-standard
12+
ecmaVersion: latest
1213
ecmaFeatures:
13-
## Difference with eslint-config-standard
1414
jsx: false
1515
## For TypeScript ESLint
1616
project: tsconfig.json
@@ -20,7 +20,7 @@ reportUnusedDisableDirectives: true
2020
env:
2121
## Added by eslint-config-standard
2222
node: true
23-
es2022: true
23+
es2024: true
2424

2525
globals:
2626
## Added by eslint-config-standard

0 commit comments

Comments
 (0)