X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=tests%2Fselenium%2F.eslintrc.json;h=db736b77b8e5bef8bd1181c838f06f9d8a01946e;hb=f23ff352ac8b883e958d3a7f506f991571d18d88;hp=d64ada9a6d1d45474ddb91feba0dbba242778db5;hpb=aae0c8d42562d5d3f70cc18fa687ae331996b66f;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/selenium/.eslintrc.json b/tests/selenium/.eslintrc.json index d64ada9a6d..db736b77b8 100644 --- a/tests/selenium/.eslintrc.json +++ b/tests/selenium/.eslintrc.json @@ -10,5 +10,8 @@ }, "globals": { "browser": false + }, + "rules":{ + "no-console":0 } }