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