Merge "mw.Upload.BookletLayout: Use notice instead of popup for help text"
[lhc/web/wiklou.git] / .jshintrc
index 4bb2440..62b9d82 100644 (file)
--- a/.jshintrc
+++ b/.jshintrc
@@ -2,14 +2,15 @@
        // Enforcing
        "bitwise": true,
        "eqeqeq": true,
-       "es3": true,
+       "esversion": 3,
        "freeze": true,
-       "latedef": true,
+       "futurehostile": true,
+       "latedef": "nofunc",
        "noarg": true,
        "nonew": true,
+       "strict": false,
        "undef": true,
        "unused": true,
-       "strict": false,
 
        // Relaxing
        "laxbreak": true,
@@ -21,6 +22,8 @@
        "globals": {
                "mediaWiki": true,
                "JSON": true,
+               "OO": true,
+               "mwPerformance": true,
                "jQuery": false,
                "QUnit": false,
                "sinon": false