diff --git a/.jshintrc b/.jshintrc index f03a6dc8..2ebff4ff 100644 --- a/.jshintrc +++ b/.jshintrc @@ -13,5 +13,6 @@ "loopfunc": true, // allow functions to be defined in loops //"expr": true, // allow ternery operator syntax... "sub": true, // don't warn that foo['bar'] should be written as foo.bar - "proto": true // allow setting of __proto__ in node < v0.12 + "proto": true, // allow setting of __proto__ in node < v0.12 + "esversion": 6 // allow es6 }