parroit/couch-promise

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
    "browser": true,
    "esnext": false,
    "indent": 4,
    "node": true,
    "globals": {
        "Promise": true,
        "describe": true,
        "it": true,
        "before": true,
        "after": true

    }
}