diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2016-12-19 11:58:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-19 11:58:48 -0500 |
commit | 8cb4cd71ef018854f75646270bacd4c4d3da9cde (patch) | |
tree | 693841f5388b1ce7408a55a69456d6465256f856 | |
parent | 1754e315f8a7760bcdc162712d2be7fee058fdc2 (diff) | |
download | jquery-8cb4cd71ef018854f75646270bacd4c4d3da9cde.tar.gz jquery-8cb4cd71ef018854f75646270bacd4c4d3da9cde.zip |
Build: Use valid ecmaVersion
Fixes Node smoke tests
Ref gh-3385
Closes gh-3460
-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": { |