UNPKG
webdriverio-automation
Version:
latest (1.0.0)
1.0.0
WebdriverIO-Automation android ios project
webdriverio-automation
/
node_modules
/
loglevel-plugin-prefix
/
test
/
.eslintrc.json
15 lines
•
299 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"extends"
:
"airbnb-base"
,
"plugins"
:
[
"chai-friendly"
]
,
"env"
:
{
"mocha"
:
true
,
"es6"
:
true
}
,
"rules"
:
{
"no-unused-expressions"
:
"off"
,
"chai-friendly/no-unused-expressions"
:
2
,
"comma-dangle"
:
"off"
}
}