/ .jshintrc
.jshintrc
 1  {
 2      "esnext": true,
 3      "curly": true,
 4      "forin": true,
 5      "futurehostile": true,
 6      //"latedef": true,
 7      //"undef": true,
 8      "maxdepth": 3,
 9      "nonbsp": true,
10      "notypeof": true,
11      "shadow": true,
12      "notypeof": true,
13      "unused": false
14  }