Add esnext to the jsHint configuration

This way we'll allow ES6 syntax.
This commit is contained in:
Tomek Wiszniewski
2015-04-10 00:13:09 +02:00
committed by Josh Perez
parent f7321b303d
commit 875d2ad05e

View File

@@ -13,6 +13,9 @@
// Define globals exposed by Node.js.
"node": true,
// Allow ES6.
"esnext": true,
/*
* ENFORCING OPTIONS
* =================