Skip to content

Commit fa4474a

Browse files
committed
chore: support relevant syntax in eslint
1 parent 1f6f8aa commit fa4474a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"es6": true
77
},
88
"parserOptions": {
9-
"ecmaVersion": 9,
9+
"ecmaVersion": 2020,
1010
"sourceType": "module",
1111
"ecmaFeatures" : {
1212
"globalReturn": false,

0 commit comments

Comments
 (0)