Added getDefaultInstance() return type doc
[lhc/web/wiklou.git] / .jshintrc
index c136dfc..4bb2440 100644 (file)
--- a/.jshintrc
+++ b/.jshintrc
 
        "globals": {
                "mediaWiki": true,
+               "JSON": true,
                "jQuery": false,
-               "QUnit": false
-       },
-
-       // Legacy (to be handled by jscs once supported)
-       "camelcase": true,
-       "nomen": true
+               "QUnit": false,
+               "sinon": false
+       }
 }