Merge "Have CommentStore limit the maximum character length of comments"
[lhc/web/wiklou.git] / tests / selenium / .eslintrc.json
index d64ada9..db736b7 100644 (file)
@@ -10,5 +10,8 @@
        },
        "globals": {
                "browser": false
+       },
+       "rules":{
+               "no-console":0
        }
 }