From e3c77b77b7582edf82bcbf933854163d2f9a2719 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Sun, 18 Sep 2016 12:55:35 +0200 Subject: [PATCH] make scrutinizer use es6 --- .scrutinizer.yml | 7 ++++++- js/.jshintrc | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index e8606948d7..0d8ef05da6 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -11,4 +11,9 @@ imports: tools: external_code_coverage: - timeout: 1000 \ No newline at end of file + timeout: 1000 + +build: + tests: + override: + - jshint-run --config js/.jshintrc \ No newline at end of file diff --git a/js/.jshintrc b/js/.jshintrc index 1c79675c93..abab70f8ba 100644 --- a/js/.jshintrc +++ b/js/.jshintrc @@ -15,6 +15,7 @@ "strict": true, "maxparams": false, "maxdepth": 4, + "esversion": 6, "browser": true, "devel": true, "jquery": true,