UNPKG
phantomjs-prebuilt
Version:
latest (2.1.16)
2.1.16
2.1.15
2.1.14
2.1.13
2.1.12
2.1.12-alpha
2.1.11
2.1.11-alpha.1
2.1.11-alpha
2.1.10
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
Headless WebKit with JS API
github.com/Medium/phantomjs
Medium/phantomjs
phantomjs-prebuilt
/
.eslintrc
22 lines
•
358 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"rules"
:
{
"no-console"
:
0
,
"quotes"
:
[
2
,
"single"
]
,
"linebreak-style"
:
[
2
,
"unix"
]
,
"semi"
:
[
2
,
"never"
]
}
,
"env"
:
{
"node"
:
true
,
"phantomjs"
:
true
}
,
"extends"
:
"eslint:recommended"
}