X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.jshintrc;h=d72c31d66f0134d8c8a6d30c2133d4984019efc1;hb=1021f201007bfe8ba9789115ef8e0e48abc0adfd;hp=d77ffb81f7a805bc088bbccc9df3d57a454eceed;hpb=4e004124cd0860b4eec0306de53b2ea738f6a881;p=lhc%2Fweb%2Fwiklou.git diff --git a/.jshintrc b/.jshintrc index d77ffb81f7..d72c31d66f 100644 --- a/.jshintrc +++ b/.jshintrc @@ -21,7 +21,9 @@ "globals": { "mediaWiki": true, "JSON": true, + "OO": true, "jQuery": false, - "QUnit": false + "QUnit": false, + "sinon": false } }