Merge "Have CommentStore limit the maximum character length of comments"
[lhc/web/wiklou.git] / tests / selenium / .eslintrc.json
index b2d0bdd..db736b7 100644 (file)
@@ -5,7 +5,13 @@
                "mocha": true,
                "node": true
        },
+       "parserOptions": {
+               "ecmaVersion": 6
+       },
        "globals": {
                "browser": false
+       },
+       "rules":{
+               "no-console":0
        }
 }