UNPKG
quux
Version:
latest (1.0.2)
1.0.2
1.0.1
A quux module.
github.com/ciceropablo/quux
ciceropablo/quux
quux
/
.jshintrc
15 lines
(14 loc)
•
218 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"bitwise"
:
true
,
"curly"
:
true
,
"immed"
:
true
,
"indent"
:
2
,
"newcap"
:
true
,
"noarg"
:
true
,
"noempty"
:
true
,
"quotmark"
:
"single"
,
"undef"
:
true
,
"unused"
:
true
,
"strict"
:
true
,
"node"
:
true
}