]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - .jshintrc
Make listen port and ldap filter more flexible
[perso/Immae/Projets/Nodejs/Surfer.git] / .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" ]
 }