summaryrefslogtreecommitdiffstats
path: root/.scrutinizer.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-22 02:59:30 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-22 02:59:30 +0200
commit78cf09bfc70cf36fd1f884c56568793fcb000a34 (patch)
tree712de5eea5de893f72290fadbdb92aaf2a5e63dc /.scrutinizer.yml
parent7030132583f56f14b9c803fe0e56a560fac30155 (diff)
enable es6 for scrutinizer
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index 9d15491e7..2a49b42d2 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -15,4 +15,7 @@ imports:
tools:
external_code_coverage:
- timeout: 600 \ No newline at end of file
+ timeout: 600
+ js_hint:
+ config:
+ esnext: true \ No newline at end of file