X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.jshintrc;h=62b9d82314b8b02094adf4e322d4d4fb35cd8a8a;hb=179017976f0e7c4e634c806dee9ac51b84e830b2;hp=b776e8f21a022b8ede512d5acf52832da4a03976;hpb=35f61c7c4b38388dc498f898193f1dda0461e0b3;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,