source: Dev/trunk/src/.jshintrc @ 466

Last change on this file since 466 was 464, checked in by hendrikvanantwerpen, 12 years ago

Working deployment to Heroku.

File size: 376 bytes
RevLine 
[443]1{
2    "bitwise": true,
3    "curly": true,
4    "eqeqeq": true,
5    "immed": true,
6    "indent": 4,
7    "latedef": true,
8    "newcap": true,
9    "noarg": true,
10    "undef": true,
11    "unused": false,
12    "strict": false,
[464]13    "laxcomma": true,
[443]14
15    "loopfunc": true,
16
17    "devel": true,
18    "node": true,
19
20    "globals": {
21        "require": true,
22        "define": true
23    }
24}
Note: See TracBrowser for help on using the repository browser.