Explicitly mark Skin::makeVariablesScript() public
[lhc/web/wiklou.git] / .eslintrc.json
index 64b5ea7..844895d 100644 (file)
@@ -11,6 +11,7 @@
                "OO": false
        },
        "rules": {
-               "dot-notation": 0
+               "dot-notation": 0,
+               "max-len": 0
        }
 }