X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=.jshintrc;h=4bb244030cda053ae31b0b496a88fbd669856af4;hb=4b619eb7bd3e1946089fc1ee12b2aa03f03d1d57;hp=c136dfc6c8a37863f34a1255e416db2b1252bb9c;hpb=ae1a63e86233ed0b6a547f7a1d11af42cac987cb;p=lhc%2Fweb%2Fwiklou.git diff --git a/.jshintrc b/.jshintrc index c136dfc6c8..4bb244030c 100644 --- a/.jshintrc +++ b/.jshintrc @@ -20,11 +20,9 @@ "globals": { "mediaWiki": true, + "JSON": true, "jQuery": false, - "QUnit": false - }, - - // Legacy (to be handled by jscs once supported) - "camelcase": true, - "nomen": true + "QUnit": false, + "sinon": false + } }