remove println
[iotcloud.git] / src / js / iotjs / .jshintrc
1 {
2     "node": true,
3     "esnext": true,
4     "bitwise": true,
5     "camelcase": true,
6     "curly": true,
7     "eqeqeq": true,
8     "immed": true,
9     "indent": 2,
10     "latedef": true,
11     "newcap": true,
12     "noarg": true,
13     "quotmark": "single",
14     "regexp": true,
15     "undef": true,
16     "unused": true,
17     "trailing": true,
18     "smarttabs": true,
19     "white": true
20 }