[Service] Integrate DeviceHome and SignalingServer
[platform/framework/web/wrtjs.git] / device_home / node_modules / xmlhttprequest / .jshintrc
1 {
2   "node": true,
3   "browser": false,
4   "esnext": true,
5   "bitwise": false,
6   "camelcase": true,
7   "curly": true,
8   "eqeqeq": true,
9   "eqnull": true,
10   "immed": true,
11   "indent": 2,
12   "latedef": true,
13   "laxbreak": true,
14   "newcap": true,
15   "noarg": true,
16   "quotmark": "double",
17   "regexp": true,
18   "undef": true,
19   "unused": true,
20   "strict": true,
21   "trailing": true,
22   "smarttabs": true,
23   "globals": {
24     "define": false
25   }
26 }