projects
/
iotcloud.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Adding missing instructions to load missing Apache2 modules for Fidelius to work!
[iotcloud.git]
/
version1
/
src
/
js
/
iotjs
/
.jshintrc
1
{
2
"node": true,
3
"esnext": true,
4
"bitwise": true,
5
"curly": true,
6
"eqeqeq": true,
7
"immed": true,
8
"indent": 2,
9
"latedef": true,
10
"newcap": true,
11
"noarg": true,
12
"regexp": true,
13
"undef": true,
14
"unused": true,
15
"trailing": true,
16
"smarttabs": true,
17
"white": true
18
}