UNPKG
gcr-toggl-api
Version:
latest (1.0.3)
1.0.3
1.0.2
Toggl API for Node.js
github.com/7eggs/node-toggl-api
7eggs/node-toggl-api
gcr-toggl-api
/
.jshintrc
16 lines
(15 loc)
•
245 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"node"
:
true
,
"eqnull"
:
true
,
"indent"
:
2
,
"undef"
:
true
,
"quotmark"
:
"single"
,
"newcap"
:
true
,
"nonew"
:
true
,
"sub"
:
true
,
"laxcomma"
:
true
,
"laxbreak"
:
true
,
"validthis"
:
false
,
"maxstatements"
:
32
,
"maxdepth"
:
3
}