diff options
-rw-r--r-- | test/node_smoke_tests/.eslintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": { |