Links created by Linker::makeExternalLink didn't include rel=nofollow
[lhc/web/wiklou.git] / .jshintrc
index 3c801c2..7fa138d 100644 (file)
--- a/.jshintrc
+++ b/.jshintrc
@@ -6,17 +6,29 @@
        ],
 
        "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,
 
        "laxbreak": true,
        "smarttabs": true,
+       "multistr": true,
 
-       "browser": true
+       "browser": true,
+
+       "nomen": true,
+       "onevar": true
 }