From 148404f30c3177f18a1a213de65dfc31bf68a7ee Mon Sep 17 00:00:00 2001 From: sunpietro Date: Mon, 26 Jun 2017 11:59:13 +0200 Subject: [PATCH] Added support for ES6 --- js/jshint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/jshint.json b/js/jshint.json index c9646a4..a60a31e 100644 --- a/js/jshint.json +++ b/js/jshint.json @@ -48,5 +48,6 @@ "latedef": true, "camelcase": true, "indent": 4, - "undef": true + "undef": true, + "esversion": 6 }