Skip to content

Commit 0aafc36

Browse files
committed
chore: support relevant syntax in eslint
1 parent 4e40cc8 commit 0aafc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)