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

Last change on this file since 451 was 443, checked in by hendrikvanantwerpen, 12 years ago

Reorganized for Node --- the SVN gods hate us all!

Lost all historical info on moved files, because SVN is a f *.

Also we have Node now, serving both the static content and forwarding
database requests.

File size: 354 bytes
Line 
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,
13
14    "loopfunc": true,
15
16    "devel": true,
17    "node": true,
18
19    "globals": {
20        "require": true,
21        "define": true
22    }
23}
Note: See TracBrowser for help on using the repository browser.