X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles_versions%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=blobdiff_plain;f=.jshintrc;h=7fa138d44f3d2d7e45884fa3854076518132da2c;hb=1bff6d74281292a7987c8684403e741ce4498723;hp=b86ceb5f0c9185c6aed8bfcc6a04c684aa6e6b38;hpb=3b9a20eab143d9012ce65355b99c6319148df00c;p=lhc%2Fweb%2Fwiklou.git diff --git a/.jshintrc b/.jshintrc index b86ceb5f0c..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,7 +28,6 @@ "multistr": true, "browser": true, - "jquery": true, "nomen": true, "onevar": true