make scrutinizer use es6

This commit is contained in:
Georg Ehrke 2016-09-18 12:55:35 +02:00
parent 1dd5346bda
commit 7741cf929c
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
2 changed files with 7 additions and 2 deletions

View File

@ -11,4 +11,9 @@ imports:
tools:
external_code_coverage:
timeout: 1000
timeout: 1000
build:
tests:
override:
- jshint-run --config js/.jshintrc

View File

@ -1,5 +1,4 @@
{
"esnext": true,
"curly": true,
"eqeqeq": true,
"immed": true,
@ -15,6 +14,7 @@
"strict": true,
"maxparams": false,
"maxdepth": 4,
"esversion": 6,
"browser": true,
"devel": true,
"jquery": true,