X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fselenium%2F.eslintrc.json;h=85fc3107080ef7ff278b4ba4d150a2faaa4106f4;hb=6f680554ceb988f3895184167d5006d722a0afb3;hp=d64ada9a6d1d45474ddb91feba0dbba242778db5;hpb=58e1e472ba48c3271902ccbcadb7c142220c4d58;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 } }