Skip to content

Commit a88fc23

Browse files
committed
Update eslint ecmaVersion
1 parent f22bddf commit a88fc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
CONFIG: 'readonly'
1414
},
1515
parserOptions: {
16-
ecmaVersion: 2018,
16+
ecmaVersion: 2021,
1717
sourceType: 'module'
1818
},
1919
rules: {

0 commit comments

Comments
 (0)