X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fselenium%2F.eslintrc.json;h=85fc3107080ef7ff278b4ba4d150a2faaa4106f4;hb=65b888a52088b81b5fa674fbee89fe220f84fc9f;hp=d64ada9a6d1d45474ddb91feba0dbba242778db5;hpb=f72f4b759591c27c03154d10528a4096b3bb6cea;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/selenium/.eslintrc.json b/tests/selenium/.eslintrc.json index d64ada9a6d..85fc310708 100644 --- a/tests/selenium/.eslintrc.json +++ b/tests/selenium/.eslintrc.json @@ -5,10 +5,10 @@ "mocha": true, "node": true }, - "parserOptions": { - "ecmaVersion": 6 - }, "globals": { "browser": false + }, + "rules":{ + "no-console":0 } }