X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=.jshintrc;h=4cf86b8e0dcd1893f04b31534bc6ab1c598df190;hb=4c5214f27f722b9b3c54b68a7e9d72a60915e053;hp=5fb1173fcf1ef0b0a4b2230e1e7f4d6b42553348;hpb=ed904243deeab71b7f1f2ccf791b5338d86bfee2;p=lhc%2Fweb%2Fwiklou.git diff --git a/.jshintrc b/.jshintrc index 5fb1173fcf..4cf86b8e0d 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": false }