X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.jshintrc;h=d72c31d66f0134d8c8a6d30c2133d4984019efc1;hb=100675aeb5e500823b5f6d536a431a95e9e43caf;hp=92c8c4320c0af0c1f44555c5cd1f7802d6c0e9a9;hpb=8c3738e088f377642c540a0ccddb01b16ba7116b;p=lhc%2Fweb%2Fwiklou.git diff --git a/.jshintrc b/.jshintrc index 92c8c4320c..d72c31d66f 100644 --- a/.jshintrc +++ b/.jshintrc @@ -20,7 +20,10 @@ "globals": { "mediaWiki": true, + "JSON": true, + "OO": true, "jQuery": false, - "QUnit": false + "QUnit": false, + "sinon": false } }