source: Dev/trunk/src/.jshintrc-generated @ 486

Last change on this file since 486 was 479, checked in by hendrikvanantwerpen, 11 years ago

Changes for validation

  • Split command line wrappers from processing logic.
  • Created a JSON Schema for the database
  • Allow off-line validation of database documents.
File size: 497 bytes
Line 
1{
2    "bitwise": true,
3    "curly": false,
4    "eqeqeq": true,
5    "forin": true,
6    "immed": true,
7    "indent": 2,
8    "latedef": true,
9    "newcap": false,
10    "noarg": true,
11    "noempty": true,
12    "undef": true,
13    "unused": false,
14    "strict": false,
15    "trailing": false,
16
17    "loopfunc": true,
18    "shadow": true,
19
20    "devel": true,
21    "node": true,
22    "browser": true,
23    "couch": true,
24    "boss": true,
25
26    "globals": {
27        "require": true,
28        "define": true
29    }
30}
Note: See TracBrowser for help on using the repository browser.