X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=.jshintrc;h=62b9d82314b8b02094adf4e322d4d4fb35cd8a8a;hb=87d3bd7afcec9a4149104bf34b892a5e78a73c5c;hp=d72c31d66f0134d8c8a6d30c2133d4984019efc1;hpb=977f7ad8ade23a7ce5326a993bdf48c8beb42db0;p=lhc%2Fweb%2Fwiklou.git diff --git a/.jshintrc b/.jshintrc index d72c31d66f..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, @@ -22,6 +23,7 @@ "mediaWiki": true, "JSON": true, "OO": true, + "mwPerformance": true, "jQuery": false, "QUnit": false, "sinon": false