X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=.jshintrc;h=7fa138d44f3d2d7e45884fa3854076518132da2c;hb=2c56e3b08784578d5339bf258a7dead8d4f5d392;hp=4cf86b8e0dcd1893f04b31534bc6ab1c598df190;hpb=4190fe5b697d927427d8026177d479f582e933aa;p=lhc%2Fweb%2Fwiklou.git diff --git a/.jshintrc b/.jshintrc index 4cf86b8e0d..7fa138d44f 100644 --- a/.jshintrc +++ b/.jshintrc @@ -1,20 +1,25 @@ { "predef": [ "mediaWiki", + "jQuery", "QUnit" ], "bitwise": true, + "camelcase": true, "curly": true, "eqeqeq": true, + "forin": false, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, + "quotmark": "single", "regexp": false, "undef": true, + "unused": true, "strict": false, "trailing": true, @@ -23,8 +28,7 @@ "multistr": true, "browser": true, - "jquery": true, "nomen": true, - "onevar": false + "onevar": true }