X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=blobdiff_plain;f=.jshintrc;h=4bb244030cda053ae31b0b496a88fbd669856af4;hb=37bab4a45afd4993a570f18e1fae06346b42d976;hp=c136dfc6c8a37863f34a1255e416db2b1252bb9c;hpb=723a59730757cf31629027a567785145c5c131fa;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 + } }