]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/commitdiff
Allow es 6
authorJohannes Zellner <johannes@cloudron.io>
Thu, 17 May 2018 13:49:16 +0000 (15:49 +0200)
committerJohannes Zellner <johannes@cloudron.io>
Thu, 17 May 2018 13:49:19 +0000 (15:49 +0200)
.jshintrc

index 174ffa31f23b15ce970fbf83101f5b3c2d2ba338..31557c82ac873c83681a2f49d1df1bdbea7b16a6 100644 (file)
--- a/.jshintrc
+++ b/.jshintrc
@@ -2,6 +2,7 @@
        "node": true,
        "browser": true,
        "unused": true,
+       "esversion": 6,
        "globalstrict": true,
        "predef": [ "angular", "$", "describe", "it", "before", "after" ]
 }