X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.jshintrc;h=d72c31d66f0134d8c8a6d30c2133d4984019efc1;hb=d2d679dde78c7de130b638a796da3340108b5235;hp=d77ffb81f7a805bc088bbccc9df3d57a454eceed;hpb=26a86825575e7c85797f64a3c02e3e8cb21fe855;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 } }