summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Echo/tests/selenium/.eslintrc.json')
-rw-r--r--Echo/tests/selenium/.eslintrc.json16
1 files changed, 4 insertions, 12 deletions
diff --git a/Echo/tests/selenium/.eslintrc.json b/Echo/tests/selenium/.eslintrc.json
index 5efe15d0..b27406cf 100644
--- a/Echo/tests/selenium/.eslintrc.json
+++ b/Echo/tests/selenium/.eslintrc.json
@@ -1,14 +1,6 @@
{
- "extends": "wikimedia",
- "env": {
- "es6": true,
- "mocha": true,
- "node": true
- },
- "globals": {
- "browser": false
- },
- "rules": {
- "no-console": 0
- }
+ "root": true,
+ "extends": [
+ "wikimedia/selenium"
+ ]
}