UNPKG
webdriverio-automation
Version:
latest (1.0.0)
1.0.0
WebdriverIO-Automation android ios project
webdriverio-automation
/
node_modules
/
loglevel-plugin-prefix
/
lib
/
.eslintrc.json
15 lines
•
332 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"extends"
:
"airbnb-base/legacy"
,
"env"
:
{
"browser"
:
true
,
"amd"
:
true
,
"es6"
:
false
}
,
"rules"
:
{
"no-param-reassign"
:
"off"
,
"prefer-rest-params"
:
"off"
,
"no-restricted-syntax"
:
"off"
,
"no-plusplus"
:
"off"
,
"func-names"
:
"off"
}
}