X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.jshintrc;h=7fa138d44f3d2d7e45884fa3854076518132da2c;hb=ae9f19ab524dc3758057a7e9e45450480a1562f7;hp=b86ceb5f0c9185c6aed8bfcc6a04c684aa6e6b38;hpb=8634014e86135d162595dd7d9f3a03a02f6fbb72;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