X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git;a=blobdiff_plain;f=.jshintrc;h=31557c82ac873c83681a2f49d1df1bdbea7b16a6;hp=174ffa31f23b15ce970fbf83101f5b3c2d2ba338;hb=HEAD;hpb=ca2d3b4df536086a81d3dcc2203f23c2b4c8f822 diff --git a/.jshintrc b/.jshintrc index 174ffa3..31557c8 100644 --- a/.jshintrc +++ b/.jshintrc @@ -2,6 +2,7 @@ "node": true, "browser": true, "unused": true, + "esversion": 6, "globalstrict": true, "predef": [ "angular", "$", "describe", "it", "before", "after" ] }