source: Dev/trunk/node_modules/grunt-path-check/sample/jshint.json @ 531

Last change on this file since 531 was 516, checked in by hendrikvanantwerpen, 11 years ago

Enable deployment with Grunt.

File size: 655 bytes
Line 
1{
2    "maxerr":        200,
3    "bitwise":       true,
4    "camelcase":     false,
5    "curly":         false,
6    "eqeqeq":        true,
7    "forin":         false,
8    "immed":         true,
9    "latedef":       true,
10    "newcap":        false,
11    "noarg":         false,
12    "noempty":       false,
13    "nonew":         true,
14    "plusplus":      false,
15    "quotmark":      "double",
16    "regexp":        false,
17    "undef":         true,
18    "unused":        true,
19    "strict":        false,
20    "trailing":      true,
21    "maxparams":     9,
22    "maxdepth":      7,
23    "maxstatements": 150,
24    "maxlen":        200,
25    "loopfunc":      true
26}
Note: See TracBrowser for help on using the repository browser.