X-Git-Url: https://git.heureux-cyclage.org/index.php?a=blobdiff_plain;f=.jshintrc;h=62b9d82314b8b02094adf4e322d4d4fb35cd8a8a;hb=3fdff2783c7924938fbb6ef2bfd84d9ffa0e6339;hp=b776e8f21a022b8ede512d5acf52832da4a03976;hpb=1271bb75c60f98720a24ed1bac13a48f2181fb00;p=lhc%2Fweb%2Fwiklou.git diff --git a/.jshintrc b/.jshintrc index b776e8f21a..62b9d82314 100644 --- a/.jshintrc +++ b/.jshintrc @@ -2,14 +2,15 @@ // Enforcing "bitwise": true, "eqeqeq": true, - "es3": true, + "esversion": 3, "freeze": true, - "latedef": true, + "futurehostile": true, + "latedef": "nofunc", "noarg": true, "nonew": true, + "strict": false, "undef": true, "unused": true, - "strict": false, // Relaxing "laxbreak": true,