build: Upgrade eslint to 5.x
[lhc/web/wiklou.git] / .eslintrc.json
index 64b5ea7..e369640 100644 (file)
@@ -11,6 +11,8 @@
                "OO": false
        },
        "rules": {
-               "dot-notation": 0
+               "dot-notation": 0,
+               "max-len": 0,
+               "no-prototype-builtins": 0
        }
 }