Explicitly mark Skin::makeVariablesScript() public
[lhc/web/wiklou.git] / .eslintrc.json
index 98d0f10..844895d 100644 (file)
@@ -2,8 +2,7 @@
        "extends": "wikimedia",
        "env": {
                "browser": true,
-               "jquery": true,
-               "qunit": true
+               "jquery": true
        },
        "globals": {
                "require": false,
@@ -12,6 +11,7 @@
                "OO": false
        },
        "rules": {
-               "dot-notation": 0
+               "dot-notation": 0,
+               "max-len": 0
        }
 }