Use XML localName when importing
[lhc/web/wiklou.git] / .jshintrc
index c136dfc..d77ffb8 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
+       }
 }