Last change
on this file since 478 was
475,
checked in by hendrikvanantwerpen, 12 years ago
|
- Added CouchDB script to make interacting with couch easier.
- Use this script in the database configuration.
- Get CSV export to work.
|
File size:
475 bytes
|
Rev | Line | |
---|
[469] | 1 | { |
---|
| 2 | "bitwise": true, |
---|
| 3 | "curly": true, |
---|
| 4 | "eqeqeq": true, |
---|
| 5 | "forin": true, |
---|
| 6 | "immed": true, |
---|
| 7 | "indent": 2, |
---|
| 8 | "latedef": true, |
---|
| 9 | "newcap": true, |
---|
| 10 | "noarg": true, |
---|
| 11 | "noempty": true, |
---|
| 12 | "undef": true, |
---|
| 13 | "unused": false, |
---|
| 14 | "strict": false, |
---|
| 15 | "trailing": false, |
---|
| 16 | |
---|
| 17 | "loopfunc": true, |
---|
| 18 | |
---|
| 19 | "devel": true, |
---|
| 20 | "node": true, |
---|
| 21 | "browser": true, |
---|
| 22 | "couch": true, |
---|
[475] | 23 | "boss": true, |
---|
[469] | 24 | |
---|
| 25 | "globals": { |
---|
| 26 | "require": true, |
---|
| 27 | "define": true |
---|
| 28 | } |
---|
| 29 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.