Skip to content

Commit 077a3fd

Browse files
committed
Fix eslint supported syntax
1 parent 912026a commit 077a3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"parserOptions": {
3-
"ecmaVersion": 6,
3+
"ecmaVersion": 2020,
44
"sourceType": "script"
55
},
66
"rules": {

0 commit comments

Comments
 (0)