From 8cb4cd71ef018854f75646270bacd4c4d3da9cde Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Mon, 19 Dec 2016 11:58:48 -0500 Subject: [PATCH] Build: Use valid ecmaVersion Fixes Node smoke tests Ref gh-3385 Closes gh-3460 --- test/node_smoke_tests/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/node_smoke_tests/.eslintrc.json b/test/node_smoke_tests/.eslintrc.json index 91ec5ba4e..a1bd6ec3f 100644 --- a/test/node_smoke_tests/.eslintrc.json +++ b/test/node_smoke_tests/.eslintrc.json @@ -4,7 +4,7 @@ "extends": "../../.eslintrc-node.json", "parserOptions": { - "ecmaVersion": 2015 + "ecmaVersion": 6 }, "env": { -- 2.39.5