UNPKG
ligle-midware
Version:
latest (0.4.0)
0.4.0
midware
github.com/a-oak/ligle-midware
a-oak/ligle-midware
ligle-midware
/
.jshintrc
17 lines
(15 loc)
•
246 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"camelcase"
:
true
,
"curly"
:
true
,
"eqeqeq"
:
true
,
"freeze"
:
true
,
"indent"
:
2
,
"newcap"
:
true
,
"quotmark"
:
"single"
,
"maxdepth"
:
3
,
"maxstatements"
:
15
,
"maxlen"
:
80
,
"eqnull"
:
true
,
"funcscope"
:
true
,
"node"
:
true
}