X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=blobdiff_plain;f=.jshintrc;h=b86ceb5f0c9185c6aed8bfcc6a04c684aa6e6b38;hb=939789e61cba615da0dae0c6647af55d820ea4e3;hp=5fb1173fcf1ef0b0a4b2230e1e7f4d6b42553348;hpb=b7ce0372b06fec4f9b3f2c2c8b2a794e5ab742f3;p=lhc%2Fweb%2Fwiklou.git diff --git a/.jshintrc b/.jshintrc index 5fb1173fcf..b86ceb5f0c 100644 --- a/.jshintrc +++ b/.jshintrc @@ -1,7 +1,6 @@ { "predef": [ "mediaWiki", - "mw", "QUnit" ], @@ -11,8 +10,12 @@ "immed": true, "latedef": true, "newcap": true, + "noarg": true, "noempty": true, + "nonew": true, + "regexp": false, "undef": true, + "strict": false, "trailing": true, "laxbreak": true, @@ -20,5 +23,8 @@ "multistr": true, "browser": true, - "jquery": true + "jquery": true, + + "nomen": true, + "onevar": true }