projects
/
crowdnode.js
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix(generate): use Duff, not Dash... uhg 🤦♂️
[crowdnode.js/.git]
/
.jshintrc
1
2
3
4
5
6
7
{
8
"browser": true,
9
"node": true,
10
"esversion": 11,
11
"curly": true,
12
"sub": true,
13
14
15
"bitwise": true,
16
"eqeqeq": true,
17
"forin": true,
18
"freeze": true,
19
"immed": true,
20
"latedef": "nofunc",
21
"nonbsp": true,
22
"nonew": true,
23
"plusplus": true,
24
"undef": true,
25
"unused": "vars",
26
"strict": true,
27
"maxdepth": 4,
28
"maxstatements": 100,
29
"maxcomplexity": 20
30
}