TwoToc code
[YouAndWeb_TwoToc] / server / .jshintrc
1 {
2   "expr": true,
3   "node": true,
4   "esnext": true,
5   "bitwise": true,
6   "eqeqeq": true,
7   "immed": true,
8   "latedef": "nofunc",
9   "newcap": true,
10   "noarg": true,
11   "undef": true,
12   "smarttabs": true,
13   "asi": true,
14   "debug": true
15 }