Last change
on this file since 479 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
|
Rev | Line | |
---|
[469] | 1 | { |
---|
| 2 | "bitwise": true, |
---|
[479] | 3 | "curly": false, |
---|
[469] | 4 | "eqeqeq": true, |
---|
| 5 | "forin": true, |
---|
| 6 | "immed": true, |
---|
| 7 | "indent": 2, |
---|
| 8 | "latedef": true, |
---|
[479] | 9 | "newcap": false, |
---|
[469] | 10 | "noarg": true, |
---|
| 11 | "noempty": true, |
---|
| 12 | "undef": true, |
---|
| 13 | "unused": false, |
---|
| 14 | "strict": false, |
---|
| 15 | "trailing": false, |
---|
| 16 | |
---|
| 17 | "loopfunc": true, |
---|
[479] | 18 | "shadow": true, |
---|
[469] | 19 | |
---|
| 20 | "devel": true, |
---|
| 21 | "node": true, |
---|
| 22 | "browser": true, |
---|
| 23 | "couch": true, |
---|
[475] | 24 | "boss": true, |
---|
[469] | 25 | |
---|
| 26 | "globals": { |
---|
| 27 | "require": true, |
---|
| 28 | "define": true |
---|
| 29 | } |
---|
| 30 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.