UNPKG
nex-api
Version:
latest (2.0.3)
2.0.3
nex-api
github.com/xtuple/nex-api
xtuple/nex-api
nex-api
/
.jshintrc
14 lines
(13 loc)
•
177 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"indent"
:
2
,
"maxdepth"
:
6
,
"maxlen"
:
120
,
"esnext"
:
true
,
"expr"
:
true
,
"trailing"
:
true
,
"node"
:
true
,
"esnext"
:
true
,
"globals"
:
{
"main"
:
true
}
}