Adding Fidelius manual.
[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 }