Commit 6eb7be02 authored by Robert Knight's avatar Robert Knight Committed by Nick Stenning

Use 'esnext' JSHint config setting for compatibility with JSHint v2.8.0

Hound CI is currently using JSHint v2.8.0 which
uses 'es3', 'es5' and 'esnext' config options instead of
the 'esversion' option in v2.9.0 and later.
parent ebcd366e
......@@ -10,6 +10,7 @@
"undef": true,
"unused": true,
"esversion": 6,
"esnext": true,
"globals": {
"chrome": false,
"h": false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment