Merge "Set migration stage for change tag to read new"
[lhc/web/wiklou.git] / tests / selenium / .eslintrc.json
1 {
2 "extends": "../../.eslintrc.json",
3 "env": {
4 "es6": true,
5 "mocha": true,
6 "node": true
7 },
8 "globals": {
9 "browser": false
10 },
11 "rules":{
12 "no-console": 0,
13 "no-restricted-properties": 0
14 }
15 }