X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=.jshintrc;h=d77ffb81f7a805bc088bbccc9df3d57a454eceed;hb=809e1c4c9f97695a658911cacfe594a77f87e412;hp=c136dfc6c8a37863f34a1255e416db2b1252bb9c;hpb=2664c2ab0168a0eec21db72532b3dc2c05468912;p=lhc%2Fweb%2Fwiklou.git diff --git a/.jshintrc b/.jshintrc index c136dfc6c8..d77ffb81f7 100644 --- a/.jshintrc +++ b/.jshintrc @@ -20,11 +20,8 @@ "globals": { "mediaWiki": true, + "JSON": true, "jQuery": false, "QUnit": false - }, - - // Legacy (to be handled by jscs once supported) - "camelcase": true, - "nomen": true + } }