UNPKG
lurk
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Build web applications with C++
github.com/hooddanielc/lurk
hooddanielc/lurk
lurk
/
.jshintrc
15 lines
•
201 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"undef"
:
true
,
"unused"
:
true
,
"node"
:
true
,
"eqeqeq"
:
true
,
"quotmark"
:
"single"
,
"predef"
:
[
"describe"
,
"beforeEach"
,
"afterEach"
,
"before"
,
"after"
,
"it"
]
}