eslintrc: Disallow calling String/Array/Object methods introduced in ES6 or later
[lhc/web/wiklou.git] / tests / selenium / .eslintrc.json
index e39226c..ad4c97b 100644 (file)
@@ -9,6 +9,7 @@
                "browser": false
        },
        "rules":{
-               "no-console": 0
+               "no-console": 0,
+               "no-restricted-properties": 0
        }
 }