🌐 AI搜索 & 代理 主页
Skip to content

Commit 8cb4cd7

Browse files
authored
Build: Use valid ecmaVersion
Fixes Node smoke tests Ref gh-3385 Closes gh-3460
1 parent 1754e31 commit 8cb4cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/node_smoke_tests/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"extends": "../../.eslintrc-node.json",
55

66
"parserOptions": {
7-
"ecmaVersion": 2015
7+
"ecmaVersion": 6
88
},
99

1010
"env": {

0 commit comments

Comments
 (0)