UNPKG
webdriverio-automation
Version:
latest (1.0.0)
1.0.0
WebdriverIO-Automation android ios project
webdriverio-automation
/
node_modules
/
growl
/
.eslintrc.json
15 lines
(14 loc)
•
287 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"extends"
:
[
"airbnb-base"
,
"eslint:recommended"
,
"plugin:node/recommended"
]
,
"plugins"
:
[
"import"
,
"node"
]
,
"rules"
:
{
"no-console"
:
[
"error"
,
{
"allow"
:
[
"warn"
,
"error"
]
}
]
}
,
"env"
:
{
"node"
:
true
,
"es6"
:
true
}
}